Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
pub trait Byte: SizedInt {}
80
impl Byte for u8 {}
81
impl Byte for i8 {}
82
Callers
nothing calls this directly
Implementers
1
pack.rs
src/pack.rs
Calls
no outgoing calls
Tested by
no test coverage detected