1
2
3
use crate::GraphFailure;

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