Trait rustdds::dds::traits::TopicDescription[][src]

pub trait TopicDescription {
    fn get_participant(&self) -> Option<DomainParticipant>;
fn get_type(&self) -> TypeDesc;
fn get_name(&self) -> String; }
Expand description

Trait estimate of DDS 2.2.2.3.1 TopicDescription Class

Required methods

Implementors