Function exists_username

Source
pub async fn exists_username(
    configuration: &Configuration,
    exists_username_request: ExistsUsernameRequest,
) -> Result<bool, Error<ExistsUsernameError>>