Skip to main content

create_session

Method
This is a method of the GatewayProtocol class in the gateway module.
Create a new session.

Signature

Parameters

&str
required
No description available.
Option<String>
required
No description available.
Option<String>
required
No description available.

Returns

Result<Box<dyn GatewaySessionProtocol>>
The result of the operation.

Rust Sessions

Rust Memory