[][src]Function honeycomb::atoms::opt

pub fn opt<T: 'static + Clone>(parser: Parser<T>) -> Parser<Option<T>>

Succeeds whether or not the parser consumes input