pub fn try_subscribe_scalar<M>( cid: CID, msg: M, sid: SID, ) -> Result<Result<(usize, usize), M::Error>, Error>where M: ScalarSubscription + 'static,
Permission: none