type InstrumentedRangeReader = InstrumentedRangeReader<'static>;
Aliased Type§
struct InstrumentedRangeReader {
store: Operator,
path: String,
read_byte_count: &'static GenericCounter<AtomicU64>,
read_count: &'static GenericCounter<AtomicU64>,
file_size_hint: Option<u64>,
}
Fields§
§store: Operator
§path: String
§read_byte_count: &'static GenericCounter<AtomicU64>
§read_count: &'static GenericCounter<AtomicU64>
§file_size_hint: Option<u64>