pub trait GetTextStoragePath {
// Required method
fn text_storage_path(&self, batch_idx: &BatchIndex) -> PathBuf;
}Required Methods§
fn text_storage_path(&self, batch_idx: &BatchIndex) -> PathBuf
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".