sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

feat: implement Encode, Decode, Type for `Arc<str>` and `Arc<[u8]>` (and `Rc` equivalents)

Open joeydewaal opened this issue 1 year ago • 0 comments

fixes #1904

Implements Encode, Decode for Arc<str>, Arc<[u8]>, Rc<str> and Rc<[u8]>.

Edit: this depends on #3674 now because of the blanket impl's for Type.

joeydewaal avatar Jan 09 '25 23:01 joeydewaal