Struct amber::matcher::QuickSearchMatcher [] [src]

pub struct QuickSearchMatcher {
    pub max_threads: usize,
    pub size_per_thread: usize,
}

Fields

Methods

impl QuickSearchMatcher
[src]

Trait Implementations

impl Matcher for QuickSearchMatcher
[src]