MCPcopy Create free account
hub / github.com/alignoth/alignoth / Clamp

Interface Clamp

src/cli.rs:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188pub(crate) trait Clamp {
189 fn clamp(&self, min: i64, max: i64) -> Self;
190}
191
192impl Clamp for Region {
193 fn clamp(&self, min: i64, max: i64) -> Self {

Callers

nothing calls this directly

Implementers 1

cli.rssrc/cli.rs

Calls

no outgoing calls

Tested by

no test coverage detected