Skip to main content

NameProviderProxyInterface

Trait NameProviderProxyInterface 

Source
pub trait NameProviderProxyInterface: Send + Sync {
    type GetDeviceNameResponseFut: Future<Output = Result<NameProviderGetDeviceNameResult, Error>> + Send;

    // Required method
    fn get_device_name(&self) -> Self::GetDeviceNameResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§