Skip to main content

RasterDtype

Trait RasterDtype 

Source
pub trait RasterDtype:
    Num
    + Copy
    + AddAssign
    + PartialOrd
    + NaNAware
    + PolarsHandler { }
Expand description

Bound rasterization to a dtype.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<N: Num + Copy + AddAssign + PartialOrd + NaNAware + PolarsHandler> RasterDtype for N

Available on crate feature polars only.