Skip to main content

all_some

Macro all_some 

Source
macro_rules! all_some {
    ( $($value:expr),* ) => { ... };
}
Expand description

Return the name of the first None value.