Function wrap_mut

Source
pub fn wrap_mut<T>(val: &mut T) -> SendifyMut<T>
Expand description

Wraps a mutable reference to make it Send + Sync.