list
Method
This is a method of the SessionStore class in the session module.List all sessions
Signature
Parameters
No description available.
Returns
The result of the operation.
list: List all sessions
This is a method of the SessionStore class in the session module.List all sessions
def list(&self, limit: usize) -> Result<Vec<SessionInfo>>