pub fn try_convert<From: SupersetOf<To>, To>(t: From) -> Option<To>
Attempts to convert an object to a more specific one.
See also convert() for conversion to more general types.
convert()
convert_ref()
convert_ref_unchecked()
is_convertible()
try_convert_ref()