pub struct LSPS0ClientHandler<ES: Deref, K: Deref + Clone>{ /* private fields */ }Expand description
A message handler capable of sending and handling bLIP-50 / LSPS0 messages.
Implementations§
Source§impl<ES: Deref, K: Deref + Clone> LSPS0ClientHandler<ES, K>
impl<ES: Deref, K: Deref + Clone> LSPS0ClientHandler<ES, K>
Sourcepub fn list_protocols(&self, counterparty_node_id: &PublicKey)
pub fn list_protocols(&self, counterparty_node_id: &PublicKey)
Calls bLIP-50 / LSPS0’s list_protocols.
Please refer to the bLIP-50 / LSPS0 specifcation for more information.
Auto Trait Implementations§
impl<ES, K> Freeze for LSPS0ClientHandler<ES, K>where
ES: Freeze,
impl<ES, K> RefUnwindSafe for LSPS0ClientHandler<ES, K>where
ES: RefUnwindSafe,
K: RefUnwindSafe,
impl<ES, K> Send for LSPS0ClientHandler<ES, K>
impl<ES, K> Sync for LSPS0ClientHandler<ES, K>
impl<ES, K> Unpin for LSPS0ClientHandler<ES, K>where
ES: Unpin,
impl<ES, K> UnwindSafe for LSPS0ClientHandler<ES, K>where
ES: UnwindSafe,
K: RefUnwindSafe,
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