Convert from component to component.
Does not destruct anything since it is not allocating anything.
Get the type info of component that convertor can convert from.
Get the type info of component that convertor is able to convert to.
Check whether convertor is able to convert from.
Check whether convertor is able to convert from.
Check whether convertor is able to convert to.
Check whether convertor is able to convert to.
Check whether convertor is able to convert from type to type.
Check whether this convertor is able to destroy to component.
Convert from component to component.
Destroy component created using this convertor.
A convertor that extracts data from a std.variant.VariantN type.