Nothing

Type Alias Nothing 

Source
pub type Nothing = Void;
Expand description

Represents that no value can ever be pushed out of a collection.

These collections will continue to allocate memory for every push, and will successfully push values until memory is exhausted.

Aliased Typeยง

pub enum Nothing {}