Hi,
I try to build and I get the following error:
error[E0599]: no method named participant found for struct Conference in the current scope
--> src\lib.rs:331:29
|
331 | .block_on((*conference).participant())
| ^^^^^^^^^^^ method not found in Conference
Thank you for your time!
Hi,
I try to build and I get the following error:
error[E0599]: no method named
participantfound for structConferencein the current scope--> src\lib.rs:331:29
|
331 | .block_on((*conference).participant())
| ^^^^^^^^^^^ method not found in
ConferenceThank you for your time!