pub fn recorder_router<R, P>(recorder: R, peers: P) -> Routerwhere R: RecorderRpc + Clone + Send + Sync + 'static, P: Into<Vec<PeerConfig>>,