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

type ParserBox<R, V> = Box<Parser<Result=R, Variant=V> + Send + Sync>;

The type which will be stored within the tree structure