MCPcopy Create free account
hub / github.com/chanced/jsonptr / Sealed

Interface Sealed

src/pointer/slice.rs:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 use core::ops;
213
214 pub trait Sealed {}
215 impl Sealed for usize {}
216 impl Sealed for ops::Range<usize> {}
217 impl Sealed for ops::RangeTo<usize> {}

Callers

nothing calls this directly

Implementers 1

slice.rssrc/pointer/slice.rs

Calls

no outgoing calls

Tested by

no test coverage detected