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]

Add the given diagnostics to this context.

[src]

Iterate over all reporter items.

[src]

Check if reporter is empty.

[src]

Clear the context of any items.

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