Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/Air/AirClient/
IndexInfo.rs

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