Trait typebitset::ShiftRaising
source · [−]pub trait ShiftRaising {
type Output: Value;
fn shift_raising(self) -> Self::Output;
}Expand description
Generate left shift of the bitset.
pub trait ShiftRaising {
type Output: Value;
fn shift_raising(self) -> Self::Output;
}Generate left shift of the bitset.