[][src]Trait webkit2gtk_webextension::DOMBlobExt

pub trait DOMBlobExt: 'static {
    fn get_size(&self) -> u64;
fn connect_property_size_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_size(&self) -> u64

fn connect_property_size_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<DOMBlob>> DOMBlobExt for O[src]

Loading content...