pub struct ReadFiles { /* private fields */ }
Expand description
I/O-free coroutine to read multiple filesystem files contents.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadFiles
impl RefUnwindSafe for ReadFiles
impl Send for ReadFiles
impl Sync for ReadFiles
impl Unpin for ReadFiles
impl UnwindSafe for ReadFiles
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