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