pub trait ZSet: IndexedZSet<Val = (), DynV = DynUnit> {
// Required method
fn weighted_count(&self) -> ZWeight;
}Expand description
A statically typed wrapper around DynZSet.
Required Methods§
fn weighted_count(&self) -> ZWeight
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.