Type Definition syn::synom::PResult [] [src]

type PResult<'a, O> = Result<(O, Cursor<'a>), ParseError>;

The result of a Synom parser.

Refer to the module documentation for details about parsing in Syn.

This type is available if Syn is built with the "parsing" feature.