[][src]Function na::is_convertible

pub fn is_convertible<From, To>(t: &From) -> bool where
    From: SupersetOf<To>, 

Indicates if try_convert will succeed without actually performing the conversion.

See also: