pub trait BuilderWidgetWindowExt<'a>: DepObjBuilder<Id = Widget> where
    Self: Sized
{ fn window(
        self,
        f: impl FnOnce(WindowBuilder<Self>) -> WindowBuilder<Self>
    ) -> Self; }

Required Methods

Implementations on Foreign Types

Implementors