Struct aho_corasick::Dense [−][src]
pub struct Dense(_);
Expand description
State transitions that can be stored either sparsely or densely.
This uses less space but at the expense of slower matching.
Trait Implementations
The memory use in bytes (on the heap) of this set of transitions.
Iterates over each state
Iterates over each non-fail state
Auto Trait Implementations
impl RefUnwindSafe for Dense
impl UnwindSafe for Dense
Blanket Implementations
Mutably borrows from an owned value. Read more