pub type GraphalgResult<T> = Result<T, GraphalgError>;Expand description
Result alias for graph algorithm operations.
Aliased Type§
pub enum GraphalgResult<T> {
Ok(T),
Err(GraphalgError),
}pub type GraphalgResult<T> = Result<T, GraphalgError>;Result alias for graph algorithm operations.
pub enum GraphalgResult<T> {
Ok(T),
Err(GraphalgError),
}