[][src]Trait limiting_factor::config::EnvironmentConfigurable

pub trait EnvironmentConfigurable {
    fn parse_environment() -> ErrorResult<Self>
    where
        Self: Sized
; }

This trait allows to configure the object from the environment

Required methods

fn parse_environment() -> ErrorResult<Self> where
    Self: Sized

Loading content...

Implementors

impl EnvironmentConfigurable for MinimalConfig[src]

Loading content...