Type Definition libimagstore::store::Result [] [src]

type Result<T> = RResult<T, SE>;

The Result Type returned by any interaction with the store that could fail