[][src]Crate vec_option

Structs

IntoIter

This struct is created by the into_iter method on VecOption (provided by the IntoIterator trait).

Iter

This struct is created by the iter method on VecOption

IterMut

This struct is created by the iter_mut method on VecOption

VecOption

A space optimized version of Vec<Option<T>> that stores the discriminant seperately