@fasterthanlime@hachyderm.io hmm I _think_ this might be cause `T` is required to live for `'val` but you have it living here for only the scope of the function? (I assume `to_rust_value()` returns a value not a ref). Why does `T` have to live for `'val` in the first place?
Reply