[][src]Type Definition readings_probe::ReadingsResult

type ReadingsResult<T> = Result<T, ReadingsError>;

Reading generic Result helper.