Skip to main content

SetupBackend

Trait SetupBackend 

Source
pub trait SetupBackend {
    // Required method
    fn persist(&self, state: &PersistedSetupState) -> Result<Option<PathBuf>>;
}

Required Methods§

Implementors§