Trait mentat::entity_builder::IntoThing [] [src]

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

Required Methods

Implementors