Trait ioc::Service [] [src]

pub trait Service: Any + Sized {
    type Key: Key;
    fn key() -> &'static Self::Key;
}

Associated Types

Required Methods

Implementors