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

Trait leetcode_cli::helper::HTML[][src]

pub trait HTML {
    fn ser(&self) -> Vec<Token>;
fn render(&self) -> String; }
Expand description

Html render plugin

Required methods

fn ser(&self) -> Vec<Token>[src]

fn render(&self) -> String[src]

Loading content...

Implementations on Foreign Types

impl HTML for String[src]

fn ser(&self) -> Vec<Token>[src]

fn render(&self) -> String[src]

Loading content...

Implementors

Loading content...