diff --git a/asynchronix/src/ports/output.rs b/asynchronix/src/ports/output.rs index 25aed9e..574f6bf 100644 --- a/asynchronix/src/ports/output.rs +++ b/asynchronix/src/ports/output.rs @@ -202,6 +202,7 @@ impl fmt::Debug for Output { /// 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 { broadcaster: CachedRwLock>, }