pub type GraphResult<T> = Result<T, GraphError>;Expand description
Result type for graph processing operations
Aliased Type§
pub enum GraphResult<T> {
Ok(T),
Err(GraphError),
}pub type GraphResult<T> = Result<T, GraphError>;Result type for graph processing operations
pub enum GraphResult<T> {
Ok(T),
Err(GraphError),
}