16 lines
698 B
Plaintext
16 lines
698 B
Plaintext
Compiling radio-tauri v0.1.0 (D:\Sites\Work\RadioCast\src-tauri)
|
|
error[E0599]: no method named `clone` found for struct `CommandChild` in the current scope
|
|
--> src\lib.rs:33:36
|
|
|
|
|
33 | let returned_child = child.clone();
|
|
| ^^^^^ method not found in `CommandChild`
|
|
|
|
error[E0599]: no method named `clone` found for struct `CommandChild` in the current scope
|
|
--> src\lib.rs:58:32
|
|
|
|
|
58 | let returned_child = child.clone();
|
|
| ^^^^^ method not found in `CommandChild`
|
|
|
|
For more information about this error, try `rustc --explain E0599`.
|
|
error: could not compile `radio-tauri` (lib) due to 2 previous errors
|