TranslatedEntry

Trait TranslatedEntry 

Source
pub trait TranslatedEntry {
    // Required method
    fn translated(&self) -> bool;
}
Expand description

Provides a function translated to represent if an entry struct is translated

Required Methods§

Source

fn translated(&self) -> bool

Implementors§