pub trait GeolocationPositionErrorMethods<D>where D: DomTypes,{ // Required methods fn Code(&self) -> u16; fn Message(&self) -> DOMString; }