Trait acacia::traits::AssociatedData [] [src]

pub trait AssociatedData {
    type Data;
    fn data(&self) -> &Self::Data;
}

A tree with associated data

Associated Types

Type of the associated data

Required Methods

Data associated to the node

Implementors