Function pori::bof[][src]

pub fn bof<I, E>(input: I) -> IResult<I, I, E> where
    I: Clone + Location,
    E: ParseError<I>,