Trait nom::GetOutput
[−]
[src]
pub trait GetOutput<O> {
fn output(&self) -> Option<O>;
}
pub trait GetOutput<O> {
fn output(&self) -> Option<O>;
}