Type Alias PythonParser

Source
pub type PythonParser = Parser<PythonCode>;
Expand description

The Python language parser.

Aliased Typeยง

pub struct PythonParser { /* private fields */ }