pub trait CubeNot:
Not<Output = Self>
+ CubePrimitive
+ CubeType<ExpandType: NotExpand> {
// Provided method
fn __expand_not(
scope: &mut Scope,
x: ExpandElementTyped<Self>,
) -> ExpandElementTyped<Self> { ... }
}Provided Methods§
fn __expand_not( scope: &mut Scope, x: ExpandElementTyped<Self>, ) -> ExpandElementTyped<Self>
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.