mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
utils: Re export AddConsumerError
This commit is contained in:
parent
5349822962
commit
8c69388eff
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
mod streamproducer;
|
||||
|
||||
pub use crate::streamproducer::{ConsumptionLink, StreamProducer};
|
||||
pub use crate::streamproducer::{AddConsumerError, ConsumptionLink, StreamProducer};
|
||||
|
|
Loading…
Reference in a new issue