Function add_user

Source
pub async fn add_user(
    creds: &Creds,
    onion: &str,
    name: &str,
) -> Result<(), Error>