pub struct FileOut;Expand description
Selects streamed-file output semantics.
Trait Implementations§
Source§impl<Interpreter, From> OutputKindAlg<Interpreter, From> for FileOutwhere
Interpreter: FileOutAlg + ?Sized,
impl<Interpreter, From> OutputKindAlg<Interpreter, From> for FileOutwhere
Interpreter: FileOutAlg + ?Sized,
Source§type Transform = <Interpreter as FileOutAlg>::File<From>
type Transform = <Interpreter as FileOutAlg>::File<From>
The concrete converter chosen by
Interpreter for this output kind.Auto Trait Implementations§
impl Freeze for FileOut
impl RefUnwindSafe for FileOut
impl Send for FileOut
impl Sync for FileOut
impl Unpin for FileOut
impl UnsafeUnpin for FileOut
impl UnwindSafe for FileOut
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.