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