pub async fn client_with_stored_session(
session: StoredSession,
) -> Result<Client, ClientSetupError>
Expand description
Create a Client
with the given stored session.
pub async fn client_with_stored_session(
session: StoredSession,
) -> Result<Client, ClientSetupError>
Create a Client
with the given stored session.