Function rin::math::convert_ref_unchecked[][src]

pub fn convert_ref_unchecked<From, To>(t: &From) -> To where
    From: SupersetOf<To>, 

Use with care! Same as try_convert but without any property checks.

See also: