Export sipper types in task module

This commit is contained in:
Héctor Ramón Jiménez 2025-02-11 00:55:59 +01:00
parent 0ff5f9e8a7
commit 54ffbbf043
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -519,7 +519,9 @@ pub use Length::{Fill, FillPortion, Shrink};
pub mod task {
//! Create runtime tasks.
pub use crate::runtime::task::{Handle, Task};
pub use crate::runtime::task::{
sipper, stream, Handle, Never, Sipper, Straw, Task,
};
}
pub mod clipboard {