Export FlowError/Success, ClockError/Success, PadLinkError/Success too

This commit is contained in:
Sebastian Dröge 2017-11-26 20:38:53 +02:00
parent 4e2f89835b
commit 1d63b0d89b

View file

@ -120,7 +120,8 @@ pub use device_provider::DeviceProviderExtManual;
pub use parse_context::ParseContext;
#[cfg(any(feature = "futures", feature = "dox"))]
pub use bus::BusStream;
pub use enums::{StateChangeError, StateChangeSuccess};
pub use enums::{ClockError, ClockSuccess, FlowError, FlowSuccess, PadLinkError, PadLinkSuccess,
StateChangeError, StateChangeSuccess};
pub use clock_time::ClockTime;
pub use format::FormatValue;