[][src]Function sendify::wrap_mut

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

Wraps a mutable reference to make it Send + Sync.