Skip to main content

Module file

Module file 

Source
Expand description

File-system capability trait and error types.

Async so a wasm impl can await fs.promises. Paths are &str because wasm callers hand them across the JS boundary as strings.

Structs§

FileMetadata
Snapshot of a file-system entry’s metadata.

Enums§

FileError

Traits§

FileCapability