Trait otter_api_tests::ClampTable [−][src]
pub trait ClampTable: Debug { fn clamped(self, range: Self) -> Result<Self, PosOffTableError<Self>>; }
Required methods
fn clamped(self, range: Self) -> Result<Self, PosOffTableError<Self>>[src]