[][src]Function rumq_core::mqtt4::publish

pub fn publish<S: Into<String>, P: Into<Vec<u8>>>(
    topic: S,
    qos: QoS,
    payload: P
) -> Publish