Skip to main content

SetupBackend

Trait SetupBackend 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§