pub fn try_convert_ref<From, To>(t: &From) -> Option<To>where From: SupersetOf<To>,
Attempts to convert an object to a more specific one.
convert_ref
convert_ref_unchecked
is_convertible
try_convert