Function nalgebra::is_convertible
source · [−]pub fn is_convertible<From: SupersetOf<To>, To>(t: &From) -> boolExpand description
Indicates if try_convert will succeed without
actually performing the conversion.
pub fn is_convertible<From: SupersetOf<To>, To>(t: &From) -> boolIndicates if try_convert will succeed without
actually performing the conversion.