[][src]Trait envconf::Setting

pub trait Setting {
    fn init<'a>() -> Result<Self, Error<'a>>
    where
        Self: Sized
; }

Required methods

fn init<'a>() -> Result<Self, Error<'a>> where
    Self: Sized

Loading content...

Implementors

Loading content...