Function convert_ref_unchecked

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

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

ยงSee also: