Skip to main content

TupleOfLinkKindRefstrExt

Trait TupleOfLinkKindRefstrExt 

Source
pub trait TupleOfLinkKindRefstrExt {
    // Required method
    fn to_html(self) -> Html;
}

Required Methods§

Source

fn to_html(self) -> Html

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl TupleOfLinkKindRefstrExt for (LinkKind, &str)

Source§

fn to_html(self) -> Html

Implementors§