gdk_pixbuf/
prelude.rs

1// Take a look at the license at the top of the repository in the LICENSE file.
2
3// rustdoc-stripper-ignore-next
4//! Traits intended for blanket imports.
5
6#[doc(hidden)]
7pub use glib::prelude::*;
8
9#[doc(hidden)]
10pub use gio::prelude::*;
11
12pub use crate::{auto::traits::*, pixbuf_animation::PixbufAnimationExtManual};