diff --git a/src/widget.rs b/src/widget.rs index 8aec3d2..356a047 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -60,6 +60,7 @@ pub trait WidgetExt: Sized { { BoxedAsync::new(self) } + fn desync(self) -> Desync { Desync(self) }