Type Alias Result

type Result = result::Result<T, Error>

The result type used within the read module.