convert_arc

Function convert_arc 

Source
pub fn convert_arc<T: Any + Clone + Send + Sync + 'static>(
    a: &Arc<dyn Any + Send + Sync>,
) -> Option<T>
Expand description

Attempt to convert an Arc<dyn Any> into T using the default registry.