☰
dilla_renderer
1.0.0
Html
Required Methods
to_html_string
Implementations on Foreign Types
&str
String
Trait Implementations
Display
Implementors
In dilla_renderer::renderable
?
Trait
dilla_renderer
::
renderable
::
Html
source
·
[
−
]
pub trait Html:
Debug
{ // Required method fn
to_html_string
(&self) ->
String
; }
Required Methods
§
source
fn
to_html_string
(&self) ->
String
Trait Implementations
§
source
§
impl
Display
for dyn
Html
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Implementations on Foreign Types
§
source
§
impl
Html
for &
str
source
§
fn
to_html_string
(&self) ->
String
source
§
impl
Html
for
String
source
§
fn
to_html_string
(&self) ->
String
Implementors
§
source
§
impl
Html
for
Renderable