Trait microkelvin::Annotation[][src]

pub trait Annotation<Leaf>: Default + Canon + Combine<Self> {
    fn from_leaf(leaf: &Leaf) -> Self;
}
Expand description

The trait defining an annotation type over a leaf

Required methods

Creates an annotation from the leaf type

Implementations on Foreign Types

Implementors