pub type GraphResult<T> = Result<T, GraphError>;Expand description
Common result type for this crate.
Aliased Type§
pub enum GraphResult<T> {
Ok(T),
Err(GraphError),
}pub type GraphResult<T> = Result<T, GraphError>;Common result type for this crate.
pub enum GraphResult<T> {
Ok(T),
Err(GraphError),
}