pub trait ResourceBundleDecl {
type Id: ResourceId;
}Expand description
Trait implemented by bundle providers to declare their resource id enum.
Required Associated Types§
type Id: ResourceId
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".