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
doen't allow to differentiate if a key existed before removal or not. If this becomes an interesting information, the trait and its implementations can be changed to
pubtraitStorage:ReadonlyStorage{// .../// Returns true iff an removal happened, i.e. the key existed before.fnremove(&mutself,key:&[u8]) -> StdResult<bool>;}