Export sipper types in task module
This commit is contained in:
parent
0ff5f9e8a7
commit
54ffbbf043
1 changed files with 3 additions and 1 deletions
|
|
@ -519,7 +519,9 @@ pub use Length::{Fill, FillPortion, Shrink};
|
||||||
|
|
||||||
pub mod task {
|
pub mod task {
|
||||||
//! Create runtime tasks.
|
//! 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 {
|
pub mod clipboard {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue