pub struct TypedStaticRenderable<'a> { /* private fields */ }
Trait Implementations§
source§impl<'a> SimpleRenderable for TypedStaticRenderable<'a>
impl<'a> SimpleRenderable for TypedStaticRenderable<'a>
fn render<W>(&mut self, _: &mut W)where
W: Write,
fn render_bytes(&mut self, writer: &mut WindowedInfinityWithETag<'_>)
source§fn content_format(&self) -> Option<u16>
fn content_format(&self) -> Option<u16>
If something is returned, GETs with differing Accept options will be rejecected, and the
value will be set in responses.