edgedb-rust
edgedb-rust copied to clipboard
Make `Queryable` implementations explicit
Currently in docs we see:
impl<T: DecodeScalar> Queryable for T
Which doesn't give a list of scalar types that implement that trait.
Note: I don't think that alternative of exposing DecodeScalar is a good idea.