fswalk
Types
pub type Entry {
Entry(filename: String, stat: Stat)
}
Constructors
-
Entry(filename: String, stat: Stat)
pub type EntryFilter =
fn(Entry) -> Bool
pub opaque type WalkBuilder(filter, path)
Functions
pub fn with_filter(
wb: WalkBuilder(a, b),
filter: fn(Entry) -> Bool,
) -> WalkBuilder(Som, b)