Skip to main content

opt

Macro opt 

Source
macro_rules! opt {
    ($stream:expr, $method:ident $(, $arg:expr)*) => { ... };
}
Expand description

Optionally parse something. Returns None if the next token doesn’t match.