folder_manager.rs 100 B

123
  1. pub trait FolderCloudPersistence: Send + Sync {
  2. // fn read_folder(&self) -> BoxResultFuture<>
  3. }