pub type GraphRestoreResult<T> = Result<T, GraphRestoreError>;Expand description
GraphRestoreResult type alias.
Aliased Type§
pub enum GraphRestoreResult<T> {
Ok(T),
Err(GraphRestoreError),
}pub type GraphRestoreResult<T> = Result<T, GraphRestoreError>;GraphRestoreResult type alias.
pub enum GraphRestoreResult<T> {
Ok(T),
Err(GraphRestoreError),
}