Enum aho_corasick::DenseChoice[][src]

enum DenseChoice {
    Sparse(Vec<StateIdx>),
    Dense(Vec<(u8, StateIdx)>),
}

Variants

Trait Implementations

impl Clone for DenseChoice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DenseChoice
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DenseChoice

impl Sync for DenseChoice