pub enum ServiceRpcError {
UnknownMethod,
InvalidInput(Error),
}
Expand description
An error returned while decoding a method call.
Variants§
Auto Trait Implementations§
impl Freeze for ServiceRpcError
impl !RefUnwindSafe for ServiceRpcError
impl Send for ServiceRpcError
impl Sync for ServiceRpcError
impl Unpin for ServiceRpcError
impl !UnwindSafe for ServiceRpcError
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