[][src]Trait uvm_install_core::InstallHandler

pub trait InstallHandler {
    fn install_handler(&self) -> Result<()>;

    fn install(&self) -> Result<()> { ... }
fn error_handler(&self) { ... }
fn before_install(&self) -> Result<()> { ... }
fn after_install(&self) -> Result<()> { ... } }

Required methods

fn install_handler(&self) -> Result<()>

Loading content...

Provided methods

fn install(&self) -> Result<()>

fn error_handler(&self)

fn before_install(&self) -> Result<()>

fn after_install(&self) -> Result<()>

Loading content...

Implementors

Loading content...