pub fn send_topic<T>(
    buf: FrameBox,
    seq_no: u32,
    msg: &T::Message
) -> Option<FrameBox>
where T: Topic, T::Message: Serialize,
Expand description

Prepare a Topic message for sending