pub trait Sealed: Sized { }
Expand description

Implementors must have a known size

Implementors