Trait time::ext::instant::sealed::Sealed

source ·
pub trait Sealed: Sized { }
Available on crate feature std only.
Expand description

A trait that cannot be implemented by downstream users.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Sealed for Instant

Implementors§