ElicitResult

Trait ElicitResult 

Source
pub trait ElicitResult: RpcResult {
    // Required methods
    fn action(&self) -> &Value;
    fn content(&self) -> Option<&HashMap<String, Value>>;
}

Required Methods§

Source

fn action(&self) -> &Value

Source

fn content(&self) -> Option<&HashMap<String, Value>>

Implementors§