Function pom::combinator::end
[−]
[src]
pub fn end<'a, I: Debug + 'a>() -> Combinator<impl Parser<'a, I, Output = ()>>
Success when end of input is reached.