Macro try_into_value_from_ref

Source
macro_rules! try_into_value_from_ref {
    ($from:ty, $kind:ident) => { ... };
}