Macro either::map_either

source ·
macro_rules! map_either {
    ($value:expr, $pattern:pat => $result:expr) => { ... };
}