pub trait Sealed { }
Expand description

Private helper trait to limit the types that can go in super::Global or super::Local.

For more info about this pattern, see here

Implementors