Struct tokio_stream::wrappers::ReadDirStream
source · [−]pub struct ReadDirStream { /* private fields */ }
Expand description
A wrapper around tokio::fs::ReadDir
that implements Stream
.
Implementations
sourceimpl ReadDirStream
impl ReadDirStream
Trait Implementations
sourceimpl AsMut<ReadDir> for ReadDirStream
impl AsMut<ReadDir> for ReadDirStream
sourceimpl AsRef<ReadDir> for ReadDirStream
impl AsRef<ReadDir> for ReadDirStream
sourceimpl Debug for ReadDirStream
impl Debug for ReadDirStream
sourceimpl Stream for ReadDirStream
impl Stream for ReadDirStream
Auto Trait Implementations
impl RefUnwindSafe for ReadDirStream
impl Send for ReadDirStream
impl Sync for ReadDirStream
impl Unpin for ReadDirStream
impl UnwindSafe for ReadDirStream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more