pub trait GetBit<I> {
    type Output;
}

Required Associated Types

Implementors