pub unsafe fn Wrap<D: DomTypes>(
cx: JSContext,
scope: &D::GlobalScope,
given_proto: Option<HandleObject<'_>>,
object: Box<D::HTMLPreElement>,
_can_gc: CanGc,
) -> DomRoot<D::HTMLPreElement>
pub unsafe fn Wrap<D: DomTypes>(
cx: JSContext,
scope: &D::GlobalScope,
given_proto: Option<HandleObject<'_>>,
object: Box<D::HTMLPreElement>,
_can_gc: CanGc,
) -> DomRoot<D::HTMLPreElement>