pub struct ErrorRecovery;Expand description
Error recovery strategy analyzer
Implementations§
§impl ErrorRecovery
impl ErrorRecovery
pub fn analyze_error(
_error: &AnthropicError,
) -> AnthropicResult<RecoveryStrategy>
pub fn analyze_error( _error: &AnthropicError, ) -> AnthropicResult<RecoveryStrategy>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorRecovery
impl RefUnwindSafe for ErrorRecovery
impl Send for ErrorRecovery
impl Sync for ErrorRecovery
impl Unpin for ErrorRecovery
impl UnwindSafe for ErrorRecovery
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