Skip to content

Update gir and regenerate with simplified trait bounds

Marijn Suijten requested to merge MarijnS95/gstreamer-rs:bounds-simple into master

Trait bounds moved from where T: Foo directly into the type parameter definition at <T: Foo>: https://github.com/gtk-rs/gir/pull/1160.

Merge request reports