pub struct ProxyHandler {}Expand description
Handler for the “default proxy” behavior.
Trait Implementations§
Source§impl JsonRpcHandler for ProxyHandler
impl JsonRpcHandler for ProxyHandler
fn describe_chain(&self) -> impl Debug
Source§async fn handle_message(
&mut self,
message: MessageAndCx,
) -> Result<Handled<MessageAndCx>, Error>
async fn handle_message( &mut self, message: MessageAndCx, ) -> Result<Handled<MessageAndCx>, Error>
Attempt to claim an incoming message (request or notification). Read more
Auto Trait Implementations§
impl Freeze for ProxyHandler
impl RefUnwindSafe for ProxyHandler
impl Send for ProxyHandler
impl Sync for ProxyHandler
impl Unpin for ProxyHandler
impl UnwindSafe for ProxyHandler
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