pub struct AxumTextOutput;Expand description
Converts semantic results into axum plain-text responses.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxumTextOutput
impl RefUnwindSafe for AxumTextOutput
impl Send for AxumTextOutput
impl Sync for AxumTextOutput
impl Unpin for AxumTextOutput
impl UnsafeUnpin for AxumTextOutput
impl UnwindSafe for AxumTextOutput
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.