[][src]Function na::convert_ref_unchecked

pub unsafe 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: