Trait dynamic_graph::Out[][src]

pub trait Out {
    type LatRepr: LatticeRepr;
    fn poll_delta(
        &self,
        ctx: &mut Context<'_>
    ) -> Poll<Option<Hide<Delta, Self::LatRepr>>>; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors