[][src]Struct darts::searcher::DoubleArrayTrieSearcher

pub struct DoubleArrayTrieSearcher<'a, 'b> { /* fields omitted */ }

A seracher for all words in Double Array Trie, using Forward Maximum Matching Method.

Methods

impl<'a, 'b> DoubleArrayTrieSearcher<'a, 'b>[src]

pub fn search_step_to_str(&self, step: &SearchStep) -> String[src]

impl<'a, 'b> DoubleArrayTrieSearcher<'a, 'b>[src]

pub fn haystack(&self) -> &'a str[src]

pub fn next(&mut self) -> SearchStep[src]

Auto Trait Implementations

impl<'a, 'b> Send for DoubleArrayTrieSearcher<'a, 'b>

impl<'a, 'b> Sync for DoubleArrayTrieSearcher<'a, 'b>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]