pub struct LocalFileReader { /* private fields */ }Expand description
A FileReader for reading local files in blocking or non-blocking way
Implementations§
Trait Implementations§
Source§impl AsyncFileReader for LocalFileReader
impl AsyncFileReader for LocalFileReader
Auto Trait Implementations§
impl Freeze for LocalFileReader
impl RefUnwindSafe for LocalFileReader
impl Send for LocalFileReader
impl Sync for LocalFileReader
impl Unpin for LocalFileReader
impl UnwindSafe for LocalFileReader
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