Trait shapefile::record::traits::HasM

source ·
pub trait HasM {
    // Required method
    fn m(&self) -> f64;
}
Expand description

Trait to access the m value of a point

Required Methods§

source

fn m(&self) -> f64

Implementors§