pub(crate) async fn build_client(
data_dir: &Path,
) -> Result<(Client, ClientSession)>Expand description
Build a new client.
Returns the client and the data required to restore the client.
pub(crate) async fn build_client(
data_dir: &Path,
) -> Result<(Client, ClientSession)>Build a new client.
Returns the client and the data required to restore the client.