Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Commit-Boost/commit-boost-client
/ ProxyId
Interface
ProxyId
crates/common/src/commit/request.rs:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
};
20
21
pub trait ProxyId: Debug + Clone + TreeHash + Display {
22
fn to_bytes(&self) -> Vec<u8>;
23
}
24
25
impl ProxyId for Address {
26
fn to_bytes(&self) -> Vec<u8> {
Callers
nothing calls this directly
Implementers
1
request.rs
crates/common/src/commit/request.rs
Calls
no outgoing calls
Tested by
no test coverage detected