Function bevy_rapier2d::prelude::nalgebra::is_convertible[][src]

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: