Skip to main content

ClientMethods

pub trait ClientMethods<D: DomTypes> {
    // Required methods
    fn Url(&self) -> USVString;
    fn FrameType(&self) -> FrameType;
    fn Id(&self) -> DOMString;
}

Required Methods§

Source

fn Url(&self) -> USVString

Source

fn FrameType(&self) -> FrameType

Source

fn Id(&self) -> DOMString

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§