Struct aho_corasick::Error [−][src]
pub struct Error { /* fields omitted */ }
An error that occurred during the construction of an Aho-Corasick automaton.
pub struct Error { /* fields omitted */ }
An error that occurred during the construction of an Aho-Corasick automaton.
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error