Skip to main content

PersistenceConfig

Trait PersistenceConfig 

Source
pub trait PersistenceConfig {
    // Required method
    fn table_path(&self) -> &str;
}

Required Methods§

Source

fn table_path(&self) -> &str

Implementors§