pub trait TupleOfLinkKindRefstrExt {
    fn to_html(self) -> Html;
}

Required Methods

Implementations on Foreign Types

Implementors