Allow SovState
use Borrow to behave similar to std::collections::HashMap
#427
Labels
SovState
use Borrow to behave similar to std::collections::HashMap
#427
Consider following rust code, which compares usage of HashMap and StateMap:
It would be nice to be able to use slice the same as with standard HashMap, it will remove some unnecessary clonings in default STF.
The text was updated successfully, but these errors were encountered: