Trait htmx::IntoScript

source ·
pub trait IntoScript {
    // Required method
    fn into_script(self, html: &mut Html);
}

Required Methods§

source

fn into_script(self, html: &mut Html)

Implementors§