pub fn no_eof<T>(f: impl FnOnce() -> PResult<T>) -> PResult<T>Expand description
Opens a scope where ParseError::EOF is unexpected (See PResultExt::no_eof)
pub fn no_eof<T>(f: impl FnOnce() -> PResult<T>) -> PResult<T>Opens a scope where ParseError::EOF is unexpected (See PResultExt::no_eof)