pub trait HasQoSPolicy {
// Required method
fn qos(&self) -> QosPolicies;
}Expand description
Trait that is implemented by all necessary DDS Entities that are required to provide QosPolicies.
Required Methods§
fn qos(&self) -> QosPolicies
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".