pub trait ForceSetHead<O> {
// Required method
fn force_set_head(weight: &mut WeightMeter, origin: &O) -> Result<bool, ()>;
}
Expand description
Allows to force the processing head to a specific queue.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.