MCPcopy Create free account
hub / github.com/DNSCrypt/encrypted-dns-server / StartInstant

Class StartInstant

src/varz.rs:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use prometheus::{Histogram, IntCounter, IntGauge};
5
6pub struct StartInstant(pub Instant);
7
8pub struct Inner {
9 pub start_instant: StartInstant,

Callers 1

defaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected