Type Definition bb8_tivk::TiKVResult[]

type TiKVResult<T> = Result<T, Error>;
Expand description

A result holding an Error.