Trait autowired::Component[][src]

pub trait Component: Any + 'static + Send + Sync {
    fn new_instance() -> Option<Self>
    where
        Self: Sized
; }

Required methods

Implementors