Trait otter_api_tests::shapelib::ClampTable[][src]

pub trait ClampTable {
    pub fn clamped(self, range: Self) -> Result<Self, Self>;
}

Required methods

pub fn clamped(self, range: Self) -> Result<Self, Self>[src]

Loading content...

Implementations on Foreign Types

impl ClampTable for i32[src]

Loading content...

Implementors

impl ClampTable for PosC<i32>[src]

Loading content...