Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ DateTime
Class
DateTime
backend/src/graphql/time.rs:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
#[derive(Clone, Debug, Deserialize, Eq, Hash, PartialEq, Serialize)]
50
pub struct DateTime(pub chrono::DateTime<chrono::Utc>);
51
scalar!(DateTime);
52
53
#[derive(Clone, Debug, Eq, Hash, PartialEq, SimpleObject)]
Callers
1
try_from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected