Skip to main content

load

Method
This is a method of the Session class in the session module.
Load an existing session

Signature

def load(session_id: impl Into<String>) -> Result<Self>

Parameters

session_id
impl Into<String>
required
No description available.

Returns

Returns
Result<Self>
The result of the operation.