ReducibleResponse

Trait ReducibleResponse 

Source
pub trait ReducibleResponse {
    // Provided methods
    fn merge(self, _b: Self) -> Self
       where Self: Default { ... }
    fn empty() -> Self
       where Self: Default { ... }
}

Provided Methods§

Source

fn merge(self, _b: Self) -> Self
where Self: Default,

Source

fn empty() -> Self
where Self: Default,

Implementors§