Enum pyo3::impl_::freelist::Slot [−][src]
pub enum Slot<T> { Empty, Filled(T), }
Expand description
Represents a slot of a FreeList
.
Variants
A free slot.
An allocated slot.
pub enum Slot<T> { Empty, Filled(T), }
Represents a slot of a FreeList
.
A free slot.
An allocated slot.