graph-error 0.0.1

Graph Api error types and handling for the graph-rs project
Documentation
1
2
3
use crate::GraphFailure;

pub type GraphResult<T> = Result<T, GraphFailure>;