Trait vortex::elementwise::UnaryFn
source · pub trait UnaryFn {
// Required method
fn unary<I: NativePType, O: NativePType, F: Fn(I) -> O>(
&self,
unary_fn: F,
) -> VortexResult<Array>;
}
Required Methods§
fn unary<I: NativePType, O: NativePType, F: Fn(I) -> O>( &self, unary_fn: F, ) -> VortexResult<Array>
Object Safety§
This trait is not object safe.