tiberius
tiberius copied to clipboard
Make QueryIdx public
Hello. Following this issue a lot of people are interested in make the QueryIdx trait public.
By make it public, you will allow to your consumers to write generic code that can abstract the get() or try_get() implementations far beyond the actual implementations, that is monomorphize with some &str or usize those methods over Row.
Would be possible to make a public reexport of the QueryIdx trait?
Sure, it should be an easy PR to do. Do you want to try?
Sure, it should be an easy PR to do. Do you want to try?
Oh, I completly forgot about this one. Isn't this change made yet?