pub trait CSSLayerStatementRuleMethods<D: DomTypes> {
    // Required method
    fn NameList(&self, cx: SafeJSContext, retval: MutableHandleValue<'_>);
}

Required Methods§

source

fn NameList(&self, cx: SafeJSContext, retval: MutableHandleValue<'_>)

Implementors§