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
Needs hook-based k-based representation with implementations for
::new()
push(_)
get(_)
set(_, _)
len()
into() that returns MultiValueEncoded. We probably want a hack that just returns the MultiValueEncoded, not a full into implementation that selects the right kind of value to return and so on. It's probably better if MultiValueEncoded is just a wrapper around ManagedVec.
The text was updated successfully, but these errors were encountered:
Needed for #34
Needs
hook-basedk-based representation with implementations for::new()
push(_)
get(_)
set(_, _)
len()
into()
that returnsMultiValueEncoded
. We probably want a hack that just returns theMultiValueEncoded
, not a full into implementation that selects the right kind of value to return and so on. It's probably better ifMultiValueEncoded
is just a wrapper aroundManagedVec
.The text was updated successfully, but these errors were encountered: