Bug: invoke
panics with invalid return type when I expect a return type of Vec<u8>
for Bytes
#59
Labels
bug
Something isn't working
I expect a return type of
Bytes
, butinvoke
panics when usingVec<u8>
. It is unclear what the return type should be.The text was updated successfully, but these errors were encountered: