example_getting_started

Function login_and_sync

Source
pub(crate) async fn login_and_sync(
    homeserver_url: String,
    username: &str,
    password: &str,
) -> Result<()>