Struct accurate::util::AddReducer [] [src]

pub struct AddReducer;

Reduce two parallel results using Add

Trait Implementations

impl Copy for AddReducer
[src]

impl Clone for AddReducer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AddReducer
[src]

[src]

Formats the value using the given formatter. Read more

impl<Acc> Reducer<Acc> for AddReducer where
    Acc: Add<Acc, Output = Acc>, 
[src]

[src]

Reduce two final results into one; this is executed after a split. Read more

Auto Trait Implementations

impl Send for AddReducer

impl Sync for AddReducer