Trait mentat::entity_builder::IntoThing
[−]
[src]
Required Methods
fn into_thing(self) -> T
Implementors
impl<I, F> IntoThing<I> for F where
I: FromThing<F>,