Type Definition ees::Result[][src]

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

Result<T, Error>