Skip to main content

IntoEnv

Trait IntoEnv 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl IntoEnv for Environment

Source§

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