Skip to main content

SealedPossiblyOption

Trait SealedPossiblyOption 

Source
pub trait SealedPossiblyOption<T> { }
Expand description

A type to seal PossiblyOption<T>. (This one has to be generic.)

Implementations on Foreign Types§

Source§

impl<T> SealedPossiblyOption<T> for Option<T>

Implementors§