[][src]Trait foco::TopicMeta

pub trait TopicMeta {
    type MsgType;

    const TOPIC: &'static str;
}

Defines meta information for a topic

Associated Types

type MsgType

The concrete message type published on a topic

Loading content...

Associated Constants

const TOPIC: &'static str

A string topic label

Loading content...

Implementors

Loading content...