Trait ioc::Stage [] [src]

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

Associated Types

type Key: Key = String

Required Methods

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

Implementors