Trait rustdds::qos::HasQoSPolicy[][src]

pub trait HasQoSPolicy {
    fn qos(&self) -> QosPolicies;
}
Expand description

Trait that is implemented by all necessary DDS Entities that are required to provide QosPolicies.

Required methods

Implementors