pub trait HTMLSourceElementMethods<D>
where D: DomTypes,
{ // Required methods fn Src(&self) -> USVString; fn SetSrc(&self, value: USVString); fn Type(&self) -> DOMString; fn SetType(&self, value: DOMString); fn Srcset(&self) -> USVString; fn SetSrcset(&self, value: USVString); fn Sizes(&self) -> DOMString; fn SetSizes(&self, value: DOMString); fn Media(&self) -> DOMString; fn SetMedia(&self, value: DOMString); }

Required Methods§

Source

fn Src(&self) -> USVString

Source

fn SetSrc(&self, value: USVString)

Source

fn Type(&self) -> DOMString

Source

fn SetType(&self, value: DOMString)

Source

fn Srcset(&self) -> USVString

Source

fn SetSrcset(&self, value: USVString)

Source

fn Sizes(&self) -> DOMString

Source

fn SetSizes(&self, value: DOMString)

Source

fn Media(&self) -> DOMString

Source

fn SetMedia(&self, value: DOMString)

Implementors§