Function partiql::parser::elements::eof[][src]

pub fn eof<I: Copy + InputLength, E: ParseError<I>>(
    input: I
) -> IResult<I, I, E>