Type Definition eventsourcing::Result[][src]

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

A Result where failure is an event sourcing error