Trait limiting_factor::config::EnvironmentConfigurable [−][src]
pub trait EnvironmentConfigurable {
fn parse_environment() -> ErrorResult<Self>
where
Self: Sized;
}
Expand description
This trait allows to configure the object from the environment