#[repr(transparent)]
pub struct Slab(_);

Implementations

Creates a slab that holds and references the bytes

let slab = {
    let mut bytes = [10; 100];
    serum_dex::critbit::Slab::new(&mut bytes)
};

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more