pub struct For<I, F>{
pub items: I,
pub children: F,
}Fields§
§items: I§children: FTrait Implementations§
Source§impl<I, F> HtmlComponent for For<I, F>
impl<I, F> HtmlComponent for For<I, F>
Source§impl<I, F> HtmlContent for For<I, F>
impl<I, F> HtmlContent for For<I, F>
Source§fn fmt(self, formatter: &mut HtmlFormatter<'_>) -> Result
fn fmt(self, formatter: &mut HtmlFormatter<'_>) -> Result
Formats the content and writes it to the provided HtmlFormatter. Read more
Source§fn write_to(self, buffer: &mut BytesMut) -> Result
fn write_to(self, buffer: &mut BytesMut) -> Result
Writes the formatted content to the provided byte buffer. Read more