load
Method
This is a method of the Session class in the session module.Load an existing session
Signature
Parameters
No description available.
Returns
The result of the operation.
load: Load an existing session
This is a method of the Session class in the session module.Load an existing session
def load(session_id: impl Into<String>) -> Result<Self>