Function crossbeam_utils::atomic::atomic_cell::can_transmute
source ยท const fn can_transmute<A, B>() -> bool
Expand description
Returns true
if values of type A
can be transmuted into values of type B
.
const fn can_transmute<A, B>() -> bool
Returns true
if values of type A
can be transmuted into values of type B
.