Trait ruststep::ast::AST[][src]

pub trait AST: FromStr<Err = Error> {
    fn parse(input: &str) -> ParseResult<'_, Self>;
}
Expand description

AST portion

Required methods

Implementors