Module time::ext::instant::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.