SamplingSize

Trait SamplingSize 

Source
pub trait SamplingSize: ArraySize + Len {
    const ETA: Eta;
}
Expand description

An integer that describes a bit length to be used in sampling

Required Associated Constants§

Source

const ETA: Eta

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.

Implementations on Foreign Types§

Source§

impl SamplingSize for U2

Source§

const ETA: Eta = Eta::Two

Source§

impl SamplingSize for U4

Source§

const ETA: Eta = Eta::Four

Implementors§