Struct reproto_core::CapturingFilesystem [] [src]

pub struct CapturingFilesystem { /* fields omitted */ }

Capture all filesystem operations in-memory.

Used (among other things) for rendering output in WASM.

Methods

impl CapturingFilesystem
[src]

[src]

Important traits for Box<W>
[src]

Create a new filesystem handle that can be passed into Context.

[src]

Access the underlying captured files.

Trait Implementations

impl Filesystem for CapturingFilesystem
[src]

[src]

Open the filesystem from the given root path.

Auto Trait Implementations