Skip to main content

PluginRpcResult

Type Alias PluginRpcResult 

Source
pub type PluginRpcResult = PluginResult<Payload>;

Aliased Type§

pub enum PluginRpcResult {
    Ok(Payload),
    Err(PluginError),
}

Variants§

§1.0.0

Ok(Payload)

Contains the success value

§1.0.0

Err(PluginError)

Contains the error value