Function rin::math::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.

See also: