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

pub trait HTML {
    fn ser(&self) -> Vec<Token>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn render(&self) -> String; }
Expand description

Html render plugin

Required methods

Implementations on Foreign Types

Implementors