Module Evm_node_lib_dev.Services_backend_sig

module type S = sig ... end
module type Backend = sig ... end
module Make (Backend : Backend) : S