Trait cosmic_space::util::ConvertFrom
source · pub trait ConvertFrom<A>where
Self: Sized,{
// Required method
fn convert_from(a: A) -> Result<Self, SpaceErr>;
}Required Methods§
fn convert_from(a: A) -> Result<Self, SpaceErr>
Object Safety§
This trait is not object safe.