time::ext::instant

Module sealed

Source
Available on crate feature std only.
Expand description

Sealed trait to prevent downstream implementations.

Traitsยง

  • A trait that cannot be implemented by downstream users.