pub trait ParsePySql {
    fn parse(arg: &str) -> Result<Vec<NodeType>, Error>;
}

Required Methods

Implementors