[][src]Type Definition tinkv::Result

type Result<T> = Result<T, TinkvError>;

The result of any operation.