add Slabable trait
This commit is contained in:
parent
d740821ab6
commit
c0623ce64f
@ -36,7 +36,7 @@ mod transaction;
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|
||||||
pub use mapped::ReaderTrait;
|
pub use mapped::{ReaderTrait, Slabable};
|
||||||
pub use transaction::TransactionHandle;
|
pub use transaction::TransactionHandle;
|
||||||
|
|
||||||
use allocator::{AllocatorState, GeneralPurposeAllocator, SlabListPointer, SlabPointer};
|
use allocator::{AllocatorState, GeneralPurposeAllocator, SlabListPointer, SlabPointer};
|
||||||
|
Loading…
Reference in New Issue
Block a user