pub trait GetTextStoragePath { // Required method fn text_storage_path(&self, batch_idx: &BatchIndex) -> PathBuf; }