Struct reproto_core::Reporter [] [src]

pub struct Reporter<'a> { /* fields omitted */ }

A reporter that processes the given error for the context.

Converting the reporter into an ErrorKind causes it to accumulate the errors to the Context.

Methods

impl<'a> Reporter<'a>
[src]

[src]

[src]

[src]

Close the reporter, saving any reported errors to the context.