pub trait ReferenceIdAccess {
// Required method
fn reference_ids(&self) -> HashMap<u32, String>;
}Expand description
Build-time helper access to dictionary entry reference IDs.
Required Methods§
fn reference_ids(&self) -> HashMap<u32, String>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".