Skip to main content

PluginResult

Type Alias PluginResult 

Source
pub type PluginResult = Result<Outcome, PluginError>;

Aliased Type§

pub enum PluginResult {
    Ok(Outcome),
    Err(PluginError),
}

Variants§

§1.0.0

Ok(Outcome)

Contains the success value

§1.0.0

Err(PluginError)

Contains the error value