Trait quickcfg::Save

source ·
pub trait Save {
    fn save(&self, path: &Path) -> Result<(), Error>;
}

Required Methods§

Save the state to the given file.

Implementors§