pub fn publish<'a, C: Invoke>( wrpc__: &'a C, cx__: C::Context, msg: &'a BrokerMessage, ) -> impl Future<Output = Result<Result<(), String>>> + Send + 'a
Publish a message to a subject without awaiting a response