use crateRuntimeError;
/// Unique identifier for a DNS record returned by the provider.
pub type RecordId = ;
/// Provider-agnostic interface for DNS record management.
///
/// Used by ACME DNS-01 challenges to create and clean up TXT records.
/// Implementations must be safe to share across threads.