Macro from_value

Source
macro_rules! from_value {
    ($t:ty) => { ... };
    (non_zero $t:ty) => { ... };
}