Struct amqp0_parser_nom::pool::NoParserPool [] [src]

pub struct NoParserPool;

Creates objects as needed (no pools, no configuration, no attributes)

Trait Implementations

impl ParserPool for NoParserPool
[src]

Given a capacity, returns a Table

Given a capacity, returns a vector for Vals Most likely to be used to assemble a List Read more

Given the bytes for a table, returns a Vec to accept table entries Most likely to be used to assemble a table Read more