Type Alias Result

type Result = Result<T, Error>

Convenient wrapper around std::Result.