logo

Trait geo::algorithm::kernels::HasKernel[][src]

pub trait HasKernel: CoordNum {
    type Ker: Kernel<Self>;
}
Expand description

Marker trait to assign Kernel for scalars

Associated Types

Implementations on Foreign Types

Implementors