pub type Result<T, E = SnapshotError> = Result<T, E>;Expand description
Result alias used throughout squib-snapshot.
Aliased Type§
pub enum Result<T, E = SnapshotError> {
Ok(T),
Err(E),
}pub type Result<T, E = SnapshotError> = Result<T, E>;Result alias used throughout squib-snapshot.
pub enum Result<T, E = SnapshotError> {
Ok(T),
Err(E),
}