Type Definition PendingServices
test_raftstore::server
type PendingServices = Vec<Box<dyn Fn() -> Service>>;