Convert

Trait Convert 

Source
pub trait Convert<T> {
    // Required method
    fn convert(self, env: &Env<'_>) -> T;
}

Required Methods§

Source

fn convert(self, env: &Env<'_>) -> T

Implementors§