pub trait Param<T> {
// Required method
fn param(&self) -> T;
}Expand description
Item of type T has been set in a certain_map slot.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".