Trait nom::GetOutput [] [src]

pub trait GetOutput<O> {
    fn output(&self) -> Option<O>;
}

Required Methods

fn output(&self) -> Option<O>

Implementors