pub fn replace_by_id( id: impl Into<String>, html: impl Into<String>, ) -> Result<(), ReplaceHtmlError>
Replace the inner HTML of an element by ID.