pub fn with_file_manager<R, F: FnOnce(&RwLock<FileManager>) -> R>(
f: F,
) -> Option<R>Expand description
Execute a function with the file manager
pub fn with_file_manager<R, F: FnOnce(&RwLock<FileManager>) -> R>(
f: F,
) -> Option<R>Execute a function with the file manager