Trait nom::GetInput [] [src]

pub trait GetInput<I> {
    fn remaining_input(&self) -> Option<I>;
}

Required Methods

Implementors