Struct metrix::processor::ProcessingOutcome[][src]

pub struct ProcessingOutcome {
    pub processed: usize,
    pub dropped: usize,
}

The result of processing messages.

Used for making decisions for further processing within the TelemetryDriver

Fields

Methods

impl ProcessingOutcome
[src]

Simply add the corresponding elements

Trait Implementations

impl Default for ProcessingOutcome
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations