pub trait TranslatedEntry {
// Required method
fn translated(&self) -> bool;
}Expand description
Provides a function translated to represent
if an entry struct is translated
pub trait TranslatedEntry {
// Required method
fn translated(&self) -> bool;
}Provides a function translated to represent
if an entry struct is translated