htmx
0.1.0
IntoScript
Required Methods
into_script
Implementors
In crate htmx
Trait
htmx
::
IntoScript
Copy item path
source
·
[
−
]
pub trait IntoScript { // Required method fn
into_script
(self, html: &mut
Html
); }
Required Methods
§
source
fn
into_script
(self, html: &mut
Html
)
Implementors
§
source
§
impl<F:
FnOnce
(&mut
Html
)>
IntoScript
for
Fragment
<F>
source
§
impl<T:
ToScript
>
IntoScript
for T