Type Definition graph_error::GraphResult[][src]

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