[][src]Trait ftml::html::ComponentRender

pub trait ComponentRender {
    fn render(&self, ctx: &mut HtmlContext) -> Result<()>;
}

Required methods

fn render(&self, ctx: &mut HtmlContext) -> Result<()>

Loading content...

Implementations on Foreign Types

impl<'a, 'p> ComponentRender for &'a [Paragraph<'p>][src]

impl<'a, 'p> ComponentRender for &'a Vec<Paragraph<'p>>[src]

impl<'a, 'w> ComponentRender for &'a [Word<'w>][src]

impl<'a, 'w> ComponentRender for &'a Vec<Word<'w>>[src]

impl<'a> ComponentRender for &'a str[src]

Loading content...

Implementors

impl<'p> ComponentRender for Paragraph<'p>[src]

impl<'w> ComponentRender for Word<'w>[src]

Loading content...