autocommit 2022-04-11 13:11:56 CEST
This commit is contained in:
parent
6b3316e920
commit
86ca98c38a
11 changed files with 23 additions and 12 deletions
|
|
@ -93,6 +93,7 @@ pub struct ConnectorData {
|
|||
pub connector: Rc<dyn Connector>,
|
||||
pub handler: Cell<Option<SpawnedFuture<()>>>,
|
||||
pub connected: Cell<bool>,
|
||||
pub name: String,
|
||||
}
|
||||
|
||||
pub struct OutputData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue