pub type RGraphResult<T> = Result<T, RGraphError>;Expand description
Result type for RGraph operations
Aliased Type§
pub enum RGraphResult<T> {
Ok(T),
Err(RGraphError),
}pub type RGraphResult<T> = Result<T, RGraphError>;Result type for RGraph operations
pub enum RGraphResult<T> {
Ok(T),
Err(RGraphError),
}