GPUSupportedFeaturesSetlikeWrap

Function GPUSupportedFeaturesSetlikeWrap 

Source
pub unsafe fn GPUSupportedFeaturesSetlikeWrap<D>(
    cx: &mut JSContext,
    scope: &<D as DomTypes>::GlobalScope,
    given_proto: Option<Handle<'_, *mut JSObject>>,
    object: Box<IterableIterator<D, <D as DomTypes>::GPUSupportedFeatures>>,
) -> Root<Dom<IterableIterator<D, <D as DomTypes>::GPUSupportedFeatures>>>
where D: DomTypes,