Trait ndarray_conv::WithDilation
source · pub trait WithDilation<S: RawData, const N: usize> {
// Required method
fn with_dilation(
&self,
dilation: impl IntoDilation<N>
) -> KernelWithDilation<'_, S, N>;
}
Required Methods§
fn with_dilation( &self, dilation: impl IntoDilation<N> ) -> KernelWithDilation<'_, S, N>
Object Safety§
This trait is not object safe.