mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
derive clone and debug for SetRsxMessage
This commit is contained in:
parent
e7cf382784
commit
b480579169
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ pub trait ErrorHandler: Send + Sync {
|
|||
fn handle_error(&self, err: Error);
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
||||
pub struct SetRsxMessage {
|
||||
pub location: CodeLocation,
|
||||
pub new_text: String,
|
||||
|
|
Loading…
Reference in a new issue