Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ try_into
Method
try_into
core/src/stream_id.rs:163–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
type Error = anyhow::Error;
162
163
fn try_into(self) -> Result<Bytes, Self::Error> {
164
(&self).try_into()
165
}
166
}
167
168
impl TryInto<Bytes> for &StreamId {
Callers
15
middle
Method · 0.80
try_from
Method · 0.80
sha256_digest
Function · 0.80
try_from_cid
Method · 0.80
try_from_did_key
Method · 0.80
try_from_peer_id
Method · 0.80
try_from_dir
Method · 0.80
try_from_secret
Method · 0.80
random
Method · 0.80
with_sep_key
Method · 0.80
bench_contains_empty
Function · 0.80
bench_contains_full
Function · 0.80
Calls
1
to_vec
Method · 0.45
Tested by
no test coverage detected