InfoTrait

Trait InfoTrait 

Source
pub trait InfoTrait {
    // Required method
    fn get() -> Result<Self, Box<dyn Error>>
       where Self: Sized;
}

Required Methods§

Source

fn get() -> Result<Self, Box<dyn Error>>
where Self: Sized,

Implementors§