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

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

Html render plugin

Required methods

fn ser(&self) -> Vec<Token>

fn render(&self) -> String

Loading content...

Implementations on Foreign Types

impl HTML for String[src]

Loading content...

Implementors

Loading content...