Skip to main content

runtime_value_into

Function runtime_value_into 

Source
pub fn runtime_value_into<T, U>(value: U) -> T
where U: Into<T>,
Expand description

runtime_value_into

Shared Into<T> lowering for generated newtype From<U> impls. This keeps newtype wrappers from re-emitting the same single-field conversion body for every generated schema type.