pub fn convert_ref<From, To>(t: &From) -> Towhere To: SupersetOf<From>,
Converts an object from one type to an equivalent or more general one.
convert_ref_unchecked
is_convertible
try_convert
try_convert_ref