set_state
Method
This is a method of the GatewaySessionProtocol class in the gateway module.Set a session state value.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
set_state: Set a session state value.
This is a method of the GatewaySessionProtocol class in the gateway module.Set a session state value.
def set_state(&mut self, key: &str, value: serde_json::Value) -> ()