Trait anchors::expert::DirtyHandle[][src]

pub trait DirtyHandle {
    fn mark_dirty(&self);
}

Allows a node with non-Anchors inputs to manually mark itself as dirty. Each engine implements its own.

Required methods

fn mark_dirty(&self)[src]

Indicates that the Anchor associated with this DirtyHandle may have a changed its output, and should be repolled.

Loading content...

Implementors

Loading content...