Type Alias Result

type Result = Result<T, Error>

The result type used within the read module.