Trait rustdds::dds::qos::MutQosPolicy[][src]

pub trait MutQosPolicy {
    fn set_qos(&mut self, new_qos: &QosPolicies) -> Result<()>;
}
Expand description

Trait that is implemented by all necessary DDS Entities that are required to have a mutable QosPolicies.

Required methods

Implementors