[][src]Type Definition redisgraph::error::RedisGraphResult

type RedisGraphResult<T> = Result<T, RedisGraphError>;

Common result type for this crate.