Trait rspolib::TranslatedEntry
source · pub trait TranslatedEntry {
// Required method
fn translated(&self) -> bool;
}Expand description
Provides a function translated to represent
if some struct is translated
pub trait TranslatedEntry {
// Required method
fn translated(&self) -> bool;
}Provides a function translated to represent
if some struct is translated