macro_rules! option_string_from {
    () => { ... };
    ("") => { ... };
    (->$from:expr) => { ... };
    (&$from:expr) => { ... };
    ($from:literal) => { ... };
    ($from:expr) => { ... };
    (&$($from_tt:tt)+) => { ... };
    ($($from_tt:tt)+) => { ... };
}
Expand description

option_string_from macro