Type Definition peel::parser::Parser [] [src]

type Parser<D> = Box<Parsable<D>>;

The type which will be stored within the tree structure