Skip to main content

CountOnesExpand

Trait CountOnesExpand 

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

Required Methods§

Source

fn __expand_count_ones_method(self, scope: &mut Scope) -> Self::WithScalar<u32>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§