Trait WebviewWindowExt

Source
pub trait WebviewWindowExt<R: Runtime> {
    // Required method
    fn to_panel(&self) -> Result<ShareId<RawNSPanel>>;
}

Required Methods§

Source

fn to_panel(&self) -> Result<ShareId<RawNSPanel>>

Implementations on Foreign Types§

Source§

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

Source§

fn to_panel(&self) -> Result<ShareId<RawNSPanel>>

Implementors§