pub trait DOMParserMethods {
    // Required method
    fn ParseFromString(
        &self,
        str: DOMString,
        type_: SupportedType
    ) -> Result<Root<Dom<Document>>, Error>;
}

Required Methods§

Implementors§