mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
@@ -196,10 +196,10 @@ where
|
||||
|
||||
// Helper traits and implementations:
|
||||
|
||||
impl<M, M1> Clone for NestingSender<M, M1>
|
||||
impl<M, Mnested> Clone for NestingSender<M, Mnested>
|
||||
where
|
||||
M: 'static,
|
||||
M1: 'static,
|
||||
Mnested: 'static,
|
||||
{
|
||||
fn clone(&self) -> Self {
|
||||
Self { sender: self.sender.clone(), conversion: self.conversion.clone() }
|
||||
|
||||
Reference in New Issue
Block a user