Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_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}