pub trait LengthMap:
Copy
+ Binary
+ BitAnd<Output = Self>
+ BitOr<Output = Self>
+ Not<Output = Self>
+ Default
+ Deref<Target = BitSlice>
+ DerefMut<Target = BitSlice>
+ Eq {
const ZERO: Self;
}
Expand description
Underlying bit-vector-like type used to represent bitmaps of IP prefix-lengths.
Required Associated Constants§
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.