pub type SnapshotResult<T> = Result<T, SnapshotError>;Expand description
Result alias for snapshot accessors.
Aliased Type§
pub enum SnapshotResult<T> {
Ok(T),
Err(SnapshotError),
}pub type SnapshotResult<T> = Result<T, SnapshotError>;Result alias for snapshot accessors.
pub enum SnapshotResult<T> {
Ok(T),
Err(SnapshotError),
}