Type Definition ioc::I

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

Trait Implementations