Trait flo_animation::PerformEdits [] [src]

pub trait PerformEdits<Edit> {
    fn perform_edits<Iter: IntoIterator<Item = Edit>>(&self, edits: Iter);
fn set_pending(&self, pending: &[Edit]);
fn commit_pending(&self); }

Convenience trait that makes it easier to edit an object that uses an EditLog

Required Methods

Implementors