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