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.

Trait Implementations

impl<'a> From<Reporter<'a>> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> !Send for Reporter<'a>

impl<'a> !Sync for Reporter<'a>