forked from ROMEO/nexosim
Merge pull request #48 from SMassalski/main
Fix missing derive clone statement for Requestor
This commit is contained in:
commit
e7889c8e9b
@ -202,6 +202,7 @@ impl<T: Clone + Send + 'static> fmt::Debug for Output<T> {
|
||||
/// When a `Requestor` is cloned, the information on connected ports remains
|
||||
/// shared and therefore all clones use and modify the same list of connected
|
||||
/// ports.
|
||||
#[derive(Clone)]
|
||||
pub struct Requestor<T: Clone + Send + 'static, R: Send + 'static> {
|
||||
broadcaster: CachedRwLock<QueryBroadcaster<T, R>>,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user