gpt4 book ai didi

struct - 如何将函数作为结构中的成员

转载 作者:行者123 更新时间:2023-11-29 08:13:32 27 4
gpt4 key购买 nike

<分区>

如何在结构定义中指定函数?像这样:

struct Operation {
params: Vec<String>,
ops: Function<Vec<String>> -> Vec<String>,
}

我知道语法 Function<Vec<String>> -> Vec<String>不正确,但我试图指定“操作”有一个名为 ops 的字段这是一个需要 Vec<String> 的闭包并返回 Vec<String> .

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com