script
0.0.1
LayoutSVGSVG
Element
Helpers
Required Methods
data
Implementors
In script::
dom::
svgsvgelement
script
::
dom
::
svgsvgelement
Trait
LayoutSVGSVGElementHelpers
Copy item path
Source
pub(crate) trait LayoutSVGSVGElementHelpers { // Required method fn
data
(self) ->
SVGElementData
; }
Required Methods
§
Source
fn
data
(self) ->
SVGElementData
Implementors
§
Source
§
impl
LayoutSVGSVGElementHelpers
for
LayoutDom
<'_,
SVGSVGElement
>