Struct cedict::DictEntry [] [src]

pub struct DictEntry<'a> {
    pub traditional: &'a str,
    pub simplified: &'a str,
    pub pinyin: &'a str,
    pub definitions: Vec<&'a str>,
}

Fields

Trait Implementations

impl<'a> Debug for DictEntry<'a>
[src]

Formats the value using the given formatter.