nalgebra

Function is_convertible

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

Indicates if try_convert() will succeed without actually performing the conversion.

ยงSee also: