Macro value_try_from_ref

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