pub trait SnapshotWidgetRefExt {
// Required methods
fn snapshot(&self, path: &[LiveId]) -> SnapshotRef;
fn as_snapshot(&self) -> SnapshotRef;
}pub trait SnapshotWidgetRefExt {
// Required methods
fn snapshot(&self, path: &[LiveId]) -> SnapshotRef;
fn as_snapshot(&self) -> SnapshotRef;
}