denoland / deno_bindgen

Write high-level Deno FFI libraries in Rust.
MIT License
274 stars 28 forks source link

add support for Option<xx> (for example Option<Vec<u8>>) #107

Open usrtax opened 1 year ago

usrtax commented 1 year ago

i created a pull request for Vec https://github.com/denoland/deno_bindgen/pull/106

but i real need return type is Option<Vec<u8>>

i don't kown how to impl this

can anyone help me ?