Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-rust/cel-rust
/ Duration
Class
Duration
cel/src/ser.rs:54–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
#[cfg(feature =
"chrono"
)]
53
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Hash)]
54
pub struct Duration(pub chrono::Duration);
55
56
#[cfg(feature =
"chrono"
)]
57
impl Duration {
Callers
5
duration
Function · 0.70
test_cel_value_to_json
Function · 0.70
try_from
Method · 0.70
sub
Method · 0.70
arbitrary_value
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_cel_value_to_json
Function · 0.56