Trait forky_web::HtmlIFrameElementExt
source · pub trait HtmlIFrameElementExt {
// Required methods
fn x_reload(&self);
async fn x_set_source_async(&self, url: &str);
async fn x_reload_async(&self);
async fn x_wait_for_load(&self);
}Required Methods§
fn x_reload(&self)
async fn x_set_source_async(&self, url: &str)
async fn x_reload_async(&self)
async fn x_wait_for_load(&self)
Object Safety§
This trait is not object safe.