Type Definition ioc::TypedInstanceRef[][src]

pub type TypedInstanceRef<S: ?Sized> = Arc<Box<S>>;

Trait Implementations