functoria icon indicating copy to clipboard operation
functoria copied to clipboard

Have a way for a impl to expose it's internal keys in a typed manner.

Open Drup opened this issue 10 years ago • 0 comments

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.

Drup avatar Oct 31 '15 18:10 Drup