Trait mentat_ffi::IntoThing []

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

Required Methods

Implementors