pub trait SealedPossiblyOption<T> { }
A type to seal PossiblyOption<T>. (This one has to be generic.)
PossiblyOption<T>