Trait tree_builder::Parser

source ·
pub trait Parser {
    // Required method
    fn parse(input: &str) -> IResult<&str, Box<Self>, VerboseError<&str>>;
}

Required Methods§

source

fn parse(input: &str) -> IResult<&str, Box<Self>, VerboseError<&str>>

Implementors§