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