SnapshotWidgetExt

Trait SnapshotWidgetExt 

Source
pub trait SnapshotWidgetExt {
    // Required method
    fn snapshot(&self, path: &[LiveId]) -> SnapshotRef;
}

Required Methods§

Source

fn snapshot(&self, path: &[LiveId]) -> SnapshotRef

Implementors§

Source§

impl<T> SnapshotWidgetExt for T
where T: Widget,