Trait mentat_ffi::IntoThing [] [src]

pub trait IntoThing<T> {
    fn into_thing(self) -> T;
}

Required Methods

Implementors