Skip to main content

ActionCall

Type Alias ActionCall 

Source
pub type ActionCall = SingleAction;
Expand description

Legacy alias preserved while call sites migrate.

Aliased Type§

pub struct ActionCall {
    pub action: String,
    pub params: Value,
    pub reason: Option<String>,
}

Fields§

§action: String§params: Value§reason: Option<String>