pub struct CliErrorHandlers;Trait Implementations§
Source§impl<'a> DelegateComponent<&'a str> for CliErrorHandlers
impl<'a> DelegateComponent<&'a str> for CliErrorHandlers
type Delegate = DisplayErrorWithRetry<false>
Source§impl DelegateComponent<Error> for CliErrorHandlers
impl DelegateComponent<Error> for CliErrorHandlers
type Delegate = ReturnError
Source§impl DelegateComponent<Error> for CliErrorHandlers
impl DelegateComponent<Error> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<Error> for CliErrorHandlers
impl DelegateComponent<Error> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<Error> for CliErrorHandlers
impl DelegateComponent<Error> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<Error> for CliErrorHandlers
impl DelegateComponent<Error> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<Error> for CliErrorHandlers
impl DelegateComponent<Error> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<HeightError> for CliErrorHandlers
impl DelegateComponent<HeightError> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<Infallible> for CliErrorHandlers
impl DelegateComponent<Infallible> for CliErrorHandlers
type Delegate = HandleInfallible
Source§impl DelegateComponent<Report> for CliErrorHandlers
impl DelegateComponent<Report> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<String> for CliErrorHandlers
impl DelegateComponent<String> for CliErrorHandlers
type Delegate = DisplayErrorWithRetry<false>
Source§impl DelegateComponent<TokioRuntimeError> for CliErrorHandlers
impl DelegateComponent<TokioRuntimeError> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<ValidationError> for CliErrorHandlers
impl DelegateComponent<ValidationError> for CliErrorHandlers
type Delegate = ReportErrorWithRetry<false>
Source§impl DelegateComponent<WrapError<&'static str, Error>> for CliErrorHandlers
impl DelegateComponent<WrapError<&'static str, Error>> for CliErrorHandlers
type Delegate = WrapErrorDetail
Source§impl DelegateComponent<WrapError<String, Error>> for CliErrorHandlers
impl DelegateComponent<WrapError<String, Error>> for CliErrorHandlers
type Delegate = WrapErrorDetail
Auto Trait Implementations§
impl Freeze for CliErrorHandlers
impl RefUnwindSafe for CliErrorHandlers
impl Send for CliErrorHandlers
impl Sync for CliErrorHandlers
impl Unpin for CliErrorHandlers
impl UnwindSafe for CliErrorHandlers
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<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request