Skip to main content

Mountain/Air/AirClient/
IndexInfo.rs

1//! Information about file indexing.
2
3#[derive(Debug, Clone)]
4pub struct Struct {
5	pub files_indexed:u32,
6
7	pub total_size:u64,
8}