Trait flo_animation::Editable [] [src]

pub trait Editable<T: ?Sized> {
    fn edit(&self) -> Option<Editor<T>>;
fn read(&self) -> Option<Reader<T>>; }

Represents an item that can be edited

Required Methods

Opens this item for editing, if an editor is available

Opens this item for reading, if a reader is available

Implementations on Foreign Types

impl<T: ?Sized> Editable<T> for ()
[src]

[src]

[src]

Implementors