Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-rust/cel-rust
/ serialize_some
Method
serialize_some
cel/src/ser.rs:282–287 ·
view source on GitHub ↗
(self, value: &T)
Source
from the content-addressed store, hash-verified
280
}
281
282
fn serialize_some<T>(self, value: &T) -> Result<Value>
283
where
284
T: ?Sized + Serialize,
285
{
286
value.serialize(self)
287
}
288
289
fn serialize_unit(self) -> Result<Value> {
290
Ok(Value::Null)
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.45
Tested by
no test coverage detected