pub struct DirectStreamOutput;Expand description
Answers with a body produced over time.
Nothing is collected here. This interpretation carries no transport, so the answer carries what produces the bytes and whatever moves them drives it.
Trait Implementations§
Source§impl<From> OutputAlg<From> for DirectStreamOutput
impl<From> OutputAlg<From> for DirectStreamOutput
Auto Trait Implementations§
impl Freeze for DirectStreamOutput
impl RefUnwindSafe for DirectStreamOutput
impl Send for DirectStreamOutput
impl Sync for DirectStreamOutput
impl Unpin for DirectStreamOutput
impl UnsafeUnpin for DirectStreamOutput
impl UnwindSafe for DirectStreamOutput
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.