Trait dynamic_graph::In[][src]

pub trait In {
    type LatRepr: LatticeRepr;
    fn push_delta(&self, item: Hide<Delta, Self::LatRepr>);
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors