[][src]Type Definition graph_error::GraphResult

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