Macro tool::all_some[][src]

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

Return the name of the first None value.