Trait ha_ndarray::ops::ElementwiseUnaryBoolean
source · pub trait ElementwiseUnaryBoolean<A, T>: PlatformInstance{
type Op: ReadOp<Self, u8>;
// Required method
fn not(self, access: A) -> Result<AccessOp<Self::Op, Self>, Error>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.