[][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

Implementors

impl EnvironmentConfigurable for MinimalConfig
[src]