[][src]Trait envconfig::Envconfig

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

Indicates that structure can be initialize from environment variables.

Required methods

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

Initialize structure from environment variables.

Loading content...

Implementors

Loading content...