Function jumpy::core::physics::rapier::nalgebra::is_convertible

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

Indicates if try_convert will succeed without actually performing the conversion.

§See also: