pub enum CalleeHandled {}
Expand description
Input errors (including conversion errors) are left for the callee to handle:
The callee receives an extra error
parameter (the first one), which is
null
if no error occurred, and the error payload otherwise.
Implementations§
source§impl CalleeHandled
impl CalleeHandled
Trait Implementations§
source§impl ErrorStrategy for CalleeHandled
impl ErrorStrategy for CalleeHandled
Auto Trait Implementations§
impl Freeze for CalleeHandled
impl RefUnwindSafe for CalleeHandled
impl Send for CalleeHandled
impl Sync for CalleeHandled
impl Unpin for CalleeHandled
impl UnwindSafe for CalleeHandled
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