MCPcopy 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)]
50pub struct DateTime(pub chrono::DateTime<chrono::Utc>);
51scalar!(DateTime);
52
53#[derive(Clone, Debug, Eq, Hash, PartialEq, SimpleObject)]

Callers 1

try_fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected