Trait microkelvin::Combine[][src]

pub trait Combine<A> {
    fn combine<C>(iter: AnnoIter<'_, C, A>) -> Self
    where
        C: Compound<A>,
        A: Annotation<C::Leaf> + Borrow<Self>
; }
Expand description

Trait for defining how to combine Annotations

Required methods

Combines multiple annotations

Implementations on Foreign Types

Implementors