Skip to main content
assert_send
p3_util
0.6.1
p3_util
Function
assert_
send
Copy item path
Source
pub const fn assert_send<T:
Send
>()
Expand description
Statically asserts that
T
implements
Send
.