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