Struct reproto_core::Context [] [src]

pub struct Context { /* fields omitted */ }

Context for a single reproto run.

Methods

impl Context
[src]

[src]

Create a new context with the given filesystem.

[src]

Modify the existing context with a reference to the given errors.

[src]

Map the existing filesystem and return a new context with the new filesystem.

[src]

Retrieve the filesystem abstraction.

[src]

Build a handle that can be used in conjunction with Result#map_err.

[src]

Register a symbol.

[src]

Iterate over all reporter items.

[src]

Check if reporter is empty.

Trait Implementations

impl Clone for Context
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Context

impl !Sync for Context