Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ serialize_bytes
Method
serialize_bytes
src/serde/ser.rs:295–297 ·
view source on GitHub ↗
(self, v: &[u8])
Source
from the content-addressed store, hash-verified
293
294
#[inline(always)]
295
fn serialize_bytes(self, v: &[u8]) -> Result<Self::Ok> {
296
v.serialize(self)
297
}
298
299
#[inline(always)]
300
fn serialize_none(self) -> Result<Self::Ok> {
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.80
Tested by
no test coverage detected