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§

Object Safety§

This trait is not object safe.

Implementors§