pub fn send_topic<T>( buf: FrameBox, seq_no: u32, msg: &T::Message ) -> Option<FrameBox>where T: Topic, T::Message: Serialize,
Prepare a Topic message for sending
Topic