gtk-rs-core icon indicating copy to clipboard operation
gtk-rs-core copied to clipboard

Add lifetime parameter to FromVariant trait for allowing to borrow slices, strings, etc.

Open sdroege opened this issue 3 years ago • 1 comments

See summary.

sdroege avatar May 24 '21 08:05 sdroege

This will need Variant to be manually implemented as a transparent wrapper around the FFI struct instead of using glib::wrapper so that it can be directly borrowed.

sdroege avatar May 24 '21 08:05 sdroege