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