From 5881dc7d532e408f868b1b240649a91f19292205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 17 Sep 2017 18:51:45 +0300 Subject: [PATCH] Also export IteratorImpl trait --- gstreamer/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer/src/lib.rs b/gstreamer/src/lib.rs index 9169ab70a..b7e7aedf3 100644 --- a/gstreamer/src/lib.rs +++ b/gstreamer/src/lib.rs @@ -104,7 +104,7 @@ pub use pad::{PadExtManual, PadProbeData, PadProbeId, PadProbeInfo, PAD_PROBE_ID pub use gobject::GObjectExtManualGst; pub use child_proxy::ChildProxyExtManual; pub use tag_setter::TagSetterExtManual; -pub use self::iterator::{Iterator, IteratorError}; +pub use self::iterator::{Iterator, IteratorError, IteratorImpl}; pub use device_provider::DeviceProviderExtManual; pub use parse_context::ParseContext; #[cfg(feature = "futures")]