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

pub type Parser<B, D> = ThreadedParser<B, D>;
Expand description

The parser type for the crate, used by uniprot::parse.