[][src]Macro any_opt::any_opt

macro_rules! any_opt {
    ($opt:expr) => { ... };
    ($opt:expr, $($other:expr),+) => { ... };
}