pub trait TestBindingPairIterableMethods {
    // Required methods
    fn Add(&self, key: DOMString, value: u32);
    fn Constructor(
        global: &GlobalScope,
        proto: Option<HandleObject<'_>>,
        can_gc: CanGc,
    ) -> Result<Root<Dom<TestBindingPairIterable>>, Error>;
}

Required Methods§

source

fn Add(&self, key: DOMString, value: u32)

source

fn Constructor( global: &GlobalScope, proto: Option<HandleObject<'_>>, can_gc: CanGc, ) -> Result<Root<Dom<TestBindingPairIterable>>, Error>

Object Safety§

This trait is not object safe.

Implementors§