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