Macro try_to_value

Source
macro_rules! try_to_value {
    ($from:ty) => { ... };
}