pub trait GetBit<I> {
    type Output;
}

Associated Types

Implementors