Trait ioc::FactoryObject [] [src]

pub trait FactoryObject: Any + Sized {
    type Key: Key = Self::Factory::Key;
    type Factory: Service<Key=Self::Key>;
}

Associated Types

type Key: Key = Self::Factory::Key

type Factory: Service<Key=Self::Key>

Implementors