Function na::is_convertible [−][src]
pub fn is_convertible<From, To>(t: &From) -> bool where
From: SupersetOf<To>,
Indicates if try_convert
will succeed without
actually performing the conversion.
pub fn is_convertible<From, To>(t: &From) -> bool where
From: SupersetOf<To>,
Indicates if try_convert
will succeed without
actually performing the conversion.