Type Alias wakflo_common::PluginResult

source ·
pub type PluginResult = Result<Value>;

Aliased Type§

enum PluginResult {
    Ok(Value),
    Err(Error),
}

Variants§

§1.0.0

Ok(Value)

Contains the success value

§1.0.0

Err(Error)

Contains the error value