pub trait Combine<A> {
    fn combine(&mut self, with: &A);
}
Expand description

Trait for defining how to combine Annotations

Required Methods

Combines multiple annotations

Implementations on Foreign Types

Implementors