pub struct E2StoreReader<R: Read> { /* private fields */ }
Expand description
A reader for E2Store
files that wraps a BufReader
.
Implementations§
Source§impl<R: Read + Seek> E2StoreReader<R>
impl<R: Read + Seek> E2StoreReader<R>
Sourcepub fn new(reader: R) -> Self
pub fn new(reader: R) -> Self
Create a new E2StoreReader
Sourcepub fn read_version(&mut self) -> Result<Option<Entry>, E2sError>
pub fn read_version(&mut self) -> Result<Option<Entry>, E2sError>
Read and validate the version record
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for E2StoreReader<R>where
R: Freeze,
impl<R> RefUnwindSafe for E2StoreReader<R>where
R: RefUnwindSafe,
impl<R> Send for E2StoreReader<R>where
R: Send,
impl<R> Sync for E2StoreReader<R>where
R: Sync,
impl<R> Unpin for E2StoreReader<R>where
R: Unpin,
impl<R> UnwindSafe for E2StoreReader<R>where
R: UnwindSafe,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.