pub struct TsResultOutput<Inner, Error>(/* private fields */);Expand description
Answers with what the kind beneath states, since a failure rejects the call instead.
Trait Implementations§
Source§impl<Inner, Error, From> OutputAlg<From> for TsResultOutput<Inner, Error>
impl<Inner, Error, From> OutputAlg<From> for TsResultOutput<Inner, Error>
Source§impl<Inner, Error, Value> TsOutputAlg<Result<Value, Error>> for TsResultOutput<Inner, Error>where
Inner: TsOutputAlg<Value>,
impl<Inner, Error, Value> TsOutputAlg<Result<Value, Error>> for TsResultOutput<Inner, Error>where
Inner: TsOutputAlg<Value>,
Auto Trait Implementations§
impl<Inner, Error> Freeze for TsResultOutput<Inner, Error>
impl<Inner, Error> RefUnwindSafe for TsResultOutput<Inner, Error>
impl<Inner, Error> Send for TsResultOutput<Inner, Error>
impl<Inner, Error> Sync for TsResultOutput<Inner, Error>
impl<Inner, Error> Unpin for TsResultOutput<Inner, Error>
impl<Inner, Error> UnsafeUnpin for TsResultOutput<Inner, Error>
impl<Inner, Error> UnwindSafe for TsResultOutput<Inner, Error>
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.
Source§impl<This> ShapeProgramExt<This> for This
impl<This> ShapeProgramExt<This> for This
Source§fn compile_shape<Program>(
&self,
program: Program,
) -> <Program as ShapeProgramAlg<This>>::Tywhere
Program: ShapeProgramAlg<This>,
fn compile_shape<Program>(
&self,
program: Program,
) -> <Program as ShapeProgramAlg<This>>::Tywhere
Program: ShapeProgramAlg<This>,
Folds a declaration with this interpretation.