Trait mentat_ffi::IntoThing
[−]
pub trait IntoThing<T> { fn into_thing(self) -> T; }
Required Methods
fn into_thing(self) -> T
Implementors
impl<I, F> IntoThing<I> for F where
I: FromThing<F>,