pub trait FusedFutureExt {
// Required method
fn with_wake_status_st(self) -> SingleThreadWithWakeStatus<Self> ⓘ
where Self: Sized;
}pub trait FusedFutureExt {
// Required method
fn with_wake_status_st(self) -> SingleThreadWithWakeStatus<Self> ⓘ
where Self: Sized;
}