Skip to main content

HtmlFormatRef

Trait HtmlFormatRef 

Source
pub trait HtmlFormatRef<'e, T>
where T: HtmlFormat<'e>,
{ // Required method fn to_html(&'e self) -> Html; }

Required Methods§

Source

fn to_html(&'e self) -> Html

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<'e, T> HtmlFormatRef<'e, T> for T
where T: HtmlFormat<'e>,