time::ext::instant::sealed

Trait Sealed

source
pub trait Sealed: Sized { }
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§