pub struct ExpertFileReader { /* private fields */ }Expand description
Reader used by tests / tooling to verify a built store without a GPU.
The production streamer reads via the O_DIRECT backend::* engine; this
is a plain-pread reference for the acceptance round-trip.
Implementations§
Auto Trait Implementations§
impl Freeze for ExpertFileReader
impl RefUnwindSafe for ExpertFileReader
impl Send for ExpertFileReader
impl Sync for ExpertFileReader
impl Unpin for ExpertFileReader
impl UnwindSafe for ExpertFileReader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more