Macro value_try_from

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