Struct vls_protocol_signer::handler::ChannelHandler
source · pub struct ChannelHandler { /* private fields */ }Expand description
Protocol handler
Implementations§
Trait Implementations§
source§impl Handler for ChannelHandler
impl Handler for ChannelHandler
Auto Trait Implementations§
impl !RefUnwindSafe for ChannelHandler
impl Send for ChannelHandler
impl Sync for ChannelHandler
impl Unpin for ChannelHandler
impl !UnwindSafe for ChannelHandler
Blanket Implementations§
§impl<T> Downcast for Twhere
T: AsAny + ?Sized,
impl<T> Downcast for Twhere T: AsAny + ?Sized,
§fn downcast_ref<T>(&self) -> Option<&T>where
T: AsAny,
fn downcast_ref<T>(&self) -> Option<&T>where T: AsAny,
Forward to the method defined on the type
Any.§fn downcast_mut<T>(&mut self) -> Option<&mut T>where
T: AsAny,
fn downcast_mut<T>(&mut self) -> Option<&mut T>where T: AsAny,
Forward to the method defined on the type
Any.