IntoEnv

Trait IntoEnv 

Source
pub trait IntoEnv {
    // Required method
    fn into(self) -> Environment;
}

Required Methods§

Implementors§

Source§

impl IntoEnv for Environment

Source§

impl<T> IntoEnv for T
where T: Env,