pub struct HtmlOut;Expand description
Selects HTML output semantics.
Trait Implementations§
Source§impl<Interpreter, From> OutputKindAlg<Interpreter, From> for HtmlOutwhere
Interpreter: HtmlOutAlg + ?Sized,
impl<Interpreter, From> OutputKindAlg<Interpreter, From> for HtmlOutwhere
Interpreter: HtmlOutAlg + ?Sized,
Auto Trait Implementations§
impl Freeze for HtmlOut
impl RefUnwindSafe for HtmlOut
impl Send for HtmlOut
impl Sync for HtmlOut
impl Unpin for HtmlOut
impl UnsafeUnpin for HtmlOut
impl UnwindSafe for HtmlOut
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<This> HttpProgramExt<This> for This
impl<This> HttpProgramExt<This> for This
Source§fn compile_http<Program>(
&self,
program: Program,
) -> <Program as HttpProgramAlg<This>>::Routewhere
Program: HttpProgramAlg<This>,
fn compile_http<Program>(
&self,
program: Program,
) -> <Program as HttpProgramAlg<This>>::Routewhere
Program: HttpProgramAlg<This>,
Compiles a named HTTP program with this interpreter.