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

Apply one generated newtype input conversion.