edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
215 stars 26 forks source link

Make `Queryable` implementations explicit #196

Open tailhook opened 1 year ago

tailhook commented 1 year ago

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.