MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / Integer

Interface Integer

src/path/dec_int.rs:137–137  ·  view source on GitHub ↗

An integer that can be used by [`DecInt::new`].

Source from the content-addressed store, hash-verified

135
136/// An integer that can be used by [`DecInt::new`].
137pub trait Integer: private::Sealed {}
138
139impl Integer for i8 {}
140impl Integer for i16 {}

Callers

nothing calls this directly

Implementers 1

dec_int.rssrc/path/dec_int.rs

Calls

no outgoing calls

Tested by

no test coverage detected