Skip to main content

recorder_router

Function recorder_router 

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