Struct syn::synom::ParseError [−][src]
pub struct ParseError(_);
Error returned when a Synom parser cannot parse the input tokens.
Refer to the module documentation for details about parsing in Syn.
This type is available if Syn is built with the "parsing" feature.
Trait Implementations
impl Debug for ParseError[src]
impl Debug for ParseErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for ParseError[src]
impl Error for ParseErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for ParseError[src]
impl Display for ParseErrorAuto Trait Implementations
impl Send for ParseError
impl Send for ParseErrorimpl Sync for ParseError
impl Sync for ParseError