[][src]Type Definition eventually_core::repository::Result

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

Result type returned by the Repository.