[][src]Trait dom_ex_machina::WebViewSnapshotListener

pub trait WebViewSnapshotListener {
    fn page_load_snapshot_listener<F: 'static + FnMut(RgbaImage) + Send + Clone>(
        &self,
        callback: F
    ) -> &Self; }

Required methods

fn page_load_snapshot_listener<F: 'static + FnMut(RgbaImage) + Send + Clone>(
    &self,
    callback: F
) -> &Self

Loading content...

Implementations on Foreign Types

impl WebViewSnapshotListener for WebView[src]

Loading content...

Implementors

Loading content...