pub struct FsWalk { /* private fields */ }Expand description
Walks root recursively for *.md files, emitting Discovered in sorted order.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsWalk
impl RefUnwindSafe for FsWalk
impl Send for FsWalk
impl Sync for FsWalk
impl Unpin for FsWalk
impl UnsafeUnpin for FsWalk
impl UnwindSafe for FsWalk
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