pub struct Slab(/* private fields */);
Creates a slab that holds and references the bytes
let slab = { let mut bytes = [10; 100]; serum_dex::critbit::Slab::new(&mut bytes) };
TypeId
self