pub fn convert_unchecked<From, To>(t: From) -> Towhere
From: SupersetOf<To>,
Expand description
Use with care! Same as try_convert
but
without any property checks.
pub fn convert_unchecked<From, To>(t: From) -> Towhere
From: SupersetOf<To>,
Use with care! Same as try_convert
but
without any property checks.