Trait http1_spec::head_renderer::HeadRenderer [−][src]
pub trait HeadRenderer<H: Head> {
fn new() -> Self;
fn render(&self, head: H, buf: &mut Vec<u8>) -> Result<()>;
}pub trait HeadRenderer<H: Head> {
fn new() -> Self;
fn render(&self, head: H, buf: &mut Vec<u8>) -> Result<()>;
}