Type Definition ioc::TypedInstanceRef

source · []
pub type TypedInstanceRef<S: ?Sized> = Arc<Box<S>>;

Trait Implementations