Enum python_ast::parser::ParserError [] [src]

#[repr(u32)]
enum ParserError { SubExpr, }

The custom result that happens when the parser is unable to parse a nested expression.

Variants

Methods

impl ParserError
[src]