Trait seec_bitmatrix::Storage 
source · pub trait Storage: Pod + BitXor<Output = Self> + BitAnd<Output = Self> + Not<Output = Self> + Send + Sync {
    const BITS: usize;
    // Required method
    fn zero() -> Self;
}Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.