Skip to content

Commit edfd3eb

Browse files
committed
Derive Deserialize on ImportDescriptors
1 parent 13256b0 commit edfd3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ pub struct ImportMultiResult {
12541254
}
12551255

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

0 commit comments

Comments
 (0)