Trait eikon3ds_core::component::snapshot::Snapshot
source · pub trait Snapshot<S> {
// Required methods
fn capture(self) -> Result<S, ()>;
fn restore(&mut self, snapshot: S) -> Result<(), Box<dyn Error>>;
}
Expand description
AZble to capture and restore its state.