Skip to main content

list

Method
This is a method of the SessionStore class in the session module.
List all sessions

Signature

def list(&self, limit: usize) -> Result<Vec<SessionInfo>>

Parameters

limit
usize
required
No description available.

Returns

Returns
Result<Vec<SessionInfo>>
The result of the operation.