Struct flo_animation::inmemory::edit_log::InMemoryEditLog [] [src]

pub struct InMemoryEditLog<Edit> { /* fields omitted */ }

An in-memory edit log implementation

Methods

impl<Edit> InMemoryEditLog<Edit>
[src]

[src]

Creates a new in-memory edit log

[src]

Commits some edits to this log

Trait Implementations

impl<Edit: Clone> EditLog<Edit> for InMemoryEditLog<Edit>
[src]

[src]

Retrieves the number of edits in this log Read more

[src]

Reads a range of edits from this log Read more

Auto Trait Implementations

impl<Edit> Send for InMemoryEditLog<Edit> where
    Edit: Send

impl<Edit> Sync for InMemoryEditLog<Edit> where
    Edit: Sync