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

Provides a function translated to represent if some struct is translated

Required Methods§

source

fn translated(&self) -> bool

Implementors§