pub trait PotentiallyUnpopulated { }Expand description
A trait for types that may be unpopulated.
This trait is used to mark types that may be unpopulated.
This is used to allow for the conversion of a PopulatedIterator into a type that may be unpopulated.