DynBoxedVariantTypeFactory

Trait DynBoxedVariantTypeFactory 

Source
pub trait DynBoxedVariantTypeFactory {
    // Required method
    fn to_dyn_type_tag(self) -> BoxedVariantTypeTag;
}

Required Methods§

Implementors§

Source§

impl<T> DynBoxedVariantTypeFactory for T
where T: BoxedVariantType + 'static,