pub struct AxumStreamOutput;Expand description
Converts a semantic stream of chunks into an axum streamed body.
Trait Implementations§
Source§impl<From> OutputAlg<From> for AxumStreamOutput
impl<From> OutputAlg<From> for AxumStreamOutput
Auto Trait Implementations§
impl Freeze for AxumStreamOutput
impl RefUnwindSafe for AxumStreamOutput
impl Send for AxumStreamOutput
impl Sync for AxumStreamOutput
impl Unpin for AxumStreamOutput
impl UnsafeUnpin for AxumStreamOutput
impl UnwindSafe for AxumStreamOutput
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.