Trait BitStackConfig

Source
pub trait BitStackConfig {
    type Bucket: BitBucket + Default;
    type Counter: DepthCounter + Default;
}
Expand description

Configuration trait for BitStack systems - defines bucket and counter types.

Required Associated Types§

Implementors§