Skip to main content

ResourceBundleDecl

Trait ResourceBundleDecl 

Source
pub trait ResourceBundleDecl {
    type Id: ResourceId;
}
Expand description

Trait implemented by bundle providers to declare their resource id enum.

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl ResourceBundleDecl for ThreadPoolBundle

Available on crate feature std only.