You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #440, we should try to use map_from_arrays() when constructing maps in rustler_codegen. As pointed out by @SeokminHong, changing the signature of map_from_arrays() to use impl Encoder instead of Term<'a> could simplify that:
As noted in #440, we should try to use
map_from_arrays()
when constructing maps inrustler_codegen
. As pointed out by @SeokminHong, changing the signature ofmap_from_arrays()
to useimpl Encoder
instead ofTerm<'a>
could simplify that:The text was updated successfully, but these errors were encountered: