I've run into cases where I wish I could easily tr...
# development
h
I've run into cases where I wish I could easily transfer a type to rust and have it manifest in rust as an Option<T>
a
what do you mean by transfer to rust?
h
a type we grab out of a
Value
in rust with one of the
externs::*
functions, for instance
a
i'm pretty sure that's already the case, you can check if the value is equal to
externs::none
i think