pub trait ToEnvFrom {
    fn to_envfrom(self) -> EnvFromSource;
}

Required Methods

Implementors