Trait into_other::IntoOther[][src]

pub trait IntoOther<O> {
    fn into_other(self) -> O;
}

Required methods

fn into_other(self) -> O[src]

Loading content...

Implementations on Foreign Types

impl IntoOther<Error> for EngineTraitsError[src]

impl IntoOther<Error> for EngineTraitsError[src]

Loading content...

Implementors

Loading content...