I have a vector of ${TEST NAME}
s and I want to filter only the Cname
s. I use CName = Range("F3").Address
ActiveCell.Formula = "=BDP(" & CName & Chr(34) & " cusip" & Chr(34) & ", " & Chr(34) & "security des" & Chr(34) & ")"
with identity:
Option
Is there a builtin function permitting to write something like Some
?
答案 0 :(得分:8)
No, there is no such function in stable Rust. You can create your own:
query()
Although most people just inline the code, as you did.
答案 1 :(得分:6)
从std::convert::identity
开始,有一个Rust 1.33.0函数。