make ReaderTrait public

This commit is contained in:
soruh 2023-08-13 21:47:43 +02:00
parent 6070c7bca3
commit b15136869e

View File

@ -36,6 +36,7 @@ mod transaction;
#[cfg(test)]
mod tests;
pub use mapped::ReaderTrait;
pub use transaction::TransactionHandle;
use allocator::{AllocatorState, GeneralPurposeAllocator, SlabListPointer, SlabPointer};