MCPcopy Index your code
hub / github.com/SoftbearStudios/bitcode / Byte

Interface Byte

src/pack.rs:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79pub trait Byte: SizedInt {}
80impl Byte for u8 {}
81impl Byte for i8 {}
82

Callers

nothing calls this directly

Implementers 1

pack.rssrc/pack.rs

Calls

no outgoing calls

Tested by

no test coverage detected