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