MCPcopy 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
168impl TryInto<Bytes> for &StreamId {

Callers 15

middleMethod · 0.80
try_fromMethod · 0.80
sha256_digestFunction · 0.80
try_from_cidMethod · 0.80
try_from_did_keyMethod · 0.80
try_from_peer_idMethod · 0.80
try_from_dirMethod · 0.80
try_from_secretMethod · 0.80
randomMethod · 0.80
with_sep_keyMethod · 0.80
bench_contains_emptyFunction · 0.80
bench_contains_fullFunction · 0.80

Calls 1

to_vecMethod · 0.45

Tested by

no test coverage detected