Macro to_value

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