Trait bitwise::word::ParallelBitsDeposit [] [src]

pub trait ParallelBitsDeposit {
    fn parallel_bits_deposit<U: Word>(self, _: U) -> Self;
}

Method version of parallel_bits_deposit.

Required Methods

Implementors