Skip to content

Commit

Permalink
Derive Deserialize on ImportDescriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 3, 2023
1 parent 13256b0 commit edfd3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ pub struct ImportMultiResult {
}

/// A import request for importdescriptors.
#[derive(Clone, PartialEq, Eq, Debug, Default, Serialize)]
#[derive(Clone, PartialEq, Eq, Debug, Default, Deserialize, Serialize)]
pub struct ImportDescriptors<'a> {
#[serde(rename = "desc")]
pub descriptor: &'a str,
Expand Down

0 comments on commit edfd3eb

Please sign in to comment.