Struct daumdic::Search[][src]

pub struct Search {
    pub words: Vec<Word>,
    pub alternatives: Vec<String>,
}

Output of search function.

Fields

Trait Implementations

impl Debug for Search
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Search

impl Sync for Search