get_session
Method
This is a method of the GatewayProtocol class in the gateway module.Get a session by ID.
Signature
Parameters
No description available.
Returns
The result of the operation.
get_session: Get a session by ID.
This is a method of the GatewayProtocol class in the gateway module.Get a session by ID.
def get_session(&self, session_id: &str) -> Option<&dyn GatewaySessionProtocol>