Function healthcheck

Source
fn healthcheck(
    rpc_sender: RpcSender,
) -> impl Filter<Error = Rejection, Extract = impl Reply> + Clone