Trait WindowExt

Source
pub trait WindowExt {
    // Required method
    fn restore_state(&self, flags: StateFlags) -> Result<()>;
}

Required Methods§

Source

fn restore_state(&self, flags: StateFlags) -> Result<()>

Restores this window state from disk

Implementations on Foreign Types§

Source§

impl<R: Runtime> WindowExt for WebviewWindow<R>

Source§

impl<R: Runtime> WindowExt for Window<R>

Implementors§