Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Trait leetcode_cli::helper::HTML

source ·
pub trait HTML {
    // Required method
    fn render(&self) -> String;
}
Expand description

Html render plugin

Required Methods§

source

fn render(&self) -> String

Implementations on Foreign Types§

source§

impl HTML for String

source§

fn render(&self) -> String

Implementors§