Skip to main content

DnsService

Trait DnsService 

Source
pub trait DnsService:
    DnsRead
    + DnsWrite
    + Send
    + Sync { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> DnsService for T
where T: DnsRead + DnsWrite + Send + Sync,