[][src]Trait derive_di::Injectable

pub trait Injectable {
    fn get_service() -> Self;
}

Injectable trait which used for Default trait implementation of derive Container macro.

Required methods

fn get_service() -> Self

Loading content...

Implementors

Loading content...