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