[][src]Type Definition acid_store::Result

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

The result type for operations with a repository.