pub trait ShiftLowering {
    type Output;
}
Expand description

Generate right shift of the bitset.

Required Associated Types

Implementors