pub type DefaultCharAccumulator = Utf8Parser;
Expand description
Most flexible CharAccumulator
for Parser
based on active features
Aliased Type§
struct DefaultCharAccumulator { /* private fields */ }
Trait Implementations
Source§impl CharAccumulator for Utf8Parser
impl CharAccumulator for Utf8Parser
Source§impl Clone for Utf8Parser
impl Clone for Utf8Parser
Source§fn clone(&self) -> Utf8Parser
fn clone(&self) -> Utf8Parser
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Utf8Parser
impl Debug for Utf8Parser
Source§impl Default for Utf8Parser
impl Default for Utf8Parser
Source§fn default() -> Utf8Parser
fn default() -> Utf8Parser
Returns the “default value” for a type. Read more