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

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

The result type used within the read module.