fix not compiling
This commit is contained in:
parent
e1a08d6c7b
commit
ac21581957
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ impl<T: RemoteInstantiatable> RmcCallable for OnlyRemote<T>{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn handle_incoming<T: RmcCallable>(
|
async fn handle_incoming<T: RmcCallable + Send + Sync + 'static>(
|
||||||
mut connection: ExternalConnection,
|
mut connection: ExternalConnection,
|
||||||
remote: Arc<T>,
|
remote: Arc<T>,
|
||||||
notify: Arc<Notify>,
|
notify: Arc<Notify>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue