rustdds 0.3.0

Rust DDS implementation with RTPS
Documentation
1
2
3
4
use crate::dds::qos::HasQoSPolicy;

/// Intended to somewhat describe DDS 2.2.2.1.1 Entity Class
pub trait DDSEntity: HasQoSPolicy {}