pub trait FindFirstSetExpand: CubePrimitiveExpand {
// Required method
fn __expand_find_first_set_method(
self,
scope: &mut Scope,
) -> Self::WithScalar<u32>;
}Required Methods§
fn __expand_find_first_set_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", so this trait is not object safe.