Trait IntoTValue

Source
pub trait IntoTValue {
    // Required method
    fn into_tvalue(self) -> TValue;
}

Required Methods§

Implementors§