[][src]Trait simpledi_rs::di::DIContainerExtTrait

pub trait DIContainerExtTrait {
    pub fn get<T>(&self) -> Option<&T>
    where
        T: 'static + Debug
; }

DIContainerExtTrait, an extended util trait for crate::di::DIContainer for having fast functions to get the managed objects in DI system

Required methods

pub fn get<T>(&self) -> Option<&T> where
    T: 'static + Debug
[src]

Loading content...

Implementations on Foreign Types

impl DIContainerExtTrait for Option<Arc<DIContainer>>[src]

Loading content...

Implementors

Loading content...