functoria
functoria copied to clipboard
Have a way for a impl to expose it's internal keys in a typed manner.
If an impl has internal keys (a good example is generic_kv_ro impl, which uses a kv_ro key). It can't really expose them.
One possible solution is just to make API that takes key as argument explicitly, instead of creating them under the hood.