Skip to main content

box_send_sync

Function box_send_sync 

Source
pub fn box_send_sync<T>(value: T) -> Box<dyn Any + Send + Sync>
where T: Any + Send + Sync,