Type Definition graph_http::api_impl::GraphResult

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