Struct oca_rust::state::oca::OCA [−][src]
pub struct OCA {
pub capture_base: CaptureBase,
pub overlays: Vec<DynOverlay>,
pub meta_translations: HashMap<Language, OCATranslation>,
}
Fields
capture_base: CaptureBase
overlays: Vec<DynOverlay>
meta_translations: HashMap<Language, OCATranslation>
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more