CountOnesExpand

Trait CountOnesExpand 

Source
pub trait CountOnesExpand {
    // Required method
    fn __expand_count_ones_method(
        self,
        scope: &mut Scope,
    ) -> ExpandElementTyped<u32>;
}

Required Methods§

Implementors§