A Frickn Chickn
How do you define an op in rust to return a string?
fails to compile
https://github.com/denoland/deno_core/blob/main/ops/op2/README.md#return-values this guide says I should mark string with
#[string] String
, however this also doesn't compile.
5 replies