pub type GraphResult<T> = Result<T, GraphError>;Expand description
图操作结果类型别名
Aliased Type§
pub enum GraphResult<T> {
Ok(T),
Err(GraphError),
}pub type GraphResult<T> = Result<T, GraphError>;图操作结果类型别名
pub enum GraphResult<T> {
Ok(T),
Err(GraphError),
}