MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / as_str

Method as_str

crates/sats/src/hex.rs:21–23  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

19impl<const N: usize> HexString<N> {
20 #[inline(always)]
21 pub fn as_str(&self) -> &str {
22 self
23 }
24
25 #[inline(always)]
26 pub fn as_bytes(&self) -> &[u8] {

Calls 1

as_bytesFunction · 0.50