pub trait Sealed: Sized { }
Expand description

Implementors must have a known size

Object Safety§

This trait is not object safe.

Implementors§