pub struct Directory<IO> { /* private fields */ }Implementations§
source§impl<E, IO: IO<Error = E>> Directory<IO>
impl<E, IO: IO<Error = E>> Directory<IO>
sourcepub fn walk<H>(&mut self, walk_fn: H) -> Result<bool, Error<E>>where
H: FnMut(&EntrySet, bool) -> bool,
pub fn walk<H>(&mut self, walk_fn: H) -> Result<bool, Error<E>>where
H: FnMut(&EntrySet, bool) -> bool,
walk_fn secondary parameter indicates whether entry is inuse, return true if stop walking