Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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