[][src]Function nalgebra::is_convertible

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

Indicates if try_convert will succeed without actually performing the conversion.

See also: