Trait ioc::Service [] [src]

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

Associated Types

type Key: Key = String

Required Methods

fn key() -> &'static Self::Key

Implementors