Type Definition Result
object::read
type Result<T> = Result<T, Error>;
The result type used within the read module.