pub struct StreamOut;Expand description
Selects streamed output semantics.
Trait Implementations§
Source§impl<Interpreter, From> OutputKindAlg<Interpreter, From> for StreamOutwhere
Interpreter: StreamOutAlg + ?Sized,
impl<Interpreter, From> OutputKindAlg<Interpreter, From> for StreamOutwhere
Interpreter: StreamOutAlg + ?Sized,
Auto Trait Implementations§
impl Freeze for StreamOut
impl RefUnwindSafe for StreamOut
impl Send for StreamOut
impl Sync for StreamOut
impl Unpin for StreamOut
impl UnsafeUnpin for StreamOut
impl UnwindSafe for StreamOut
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.