pub trait IntoMultitrait {
    fn into_multitrait(self) -> MultitraitObject;
}

Required methods

Implementors