Function wasmer_api::query::get_all_dns_records_stream

source ยท
pub fn get_all_dns_records_stream(
    client: &WasmerClient,
    vars: GetAllDnsRecordsVariables,
) -> impl Stream<Item = Result<Vec<DnsRecord>, Error>> + '_
Expand description

Retrieve a domain by its name.

Specify with_records to also retrieve all records for the domain.