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]

Retrieve the filesystem abstraction.

[src]

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

[src]

Iterate over all reporter errors.

Trait Implementations

Auto Trait Implementations

impl !Send for Context

impl !Sync for Context