pub async fn make_raft_service(
    app: impl RaftApp,
    storage: impl RaftStorage,
    id: Uri,
    config: Config
) -> RaftService
Expand description

Make a RaftService.