Enum pyo3::freelist::Slot [] [src]

pub enum Slot<T> {
    Empty,
    Filled(T),
}

Variants