Macro try_from_props

Source
macro_rules! try_from_props {
    ($T:ty {
        $code: expr
    }) => { ... };
}