Trait leetcode_cli::helper::HTML
source · [−]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