Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ as_ref
Method
as_ref
event/src/bytes.rs:76–78 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
74
75
impl AsRef<[u8]> for Bytes {
76
fn as_ref(&self) -> &[u8] {
77
self.as_slice()
78
}
79
}
Callers
15
path
Method · 0.45
chain_id
Method · 0.45
tx_type
Method · 0.45
fmt
Method · 0.45
capability
Method · 0.45
encode_capability
Method · 0.45
header
Method · 0.45
protected
Method · 0.45
jws_header
Method · 0.45
not_before
Method · 0.45
expiration
Method · 0.45
header
Method · 0.45
Calls
1
as_slice
Method · 0.45
Tested by
no test coverage detected