Type Definition object::read::Result[][src]

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

The result type used within the read module.