derive from_wasm_abi for Pcd
This commit is contained in:
parent
84ba054632
commit
6fc0a9b1ff
@ -130,7 +130,7 @@ impl AnkPcdHash {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Default, Clone, Serialize, Deserialize, PartialEq, Tsify)]
|
#[derive(Debug, Default, Clone, Serialize, Deserialize, PartialEq, Tsify)]
|
||||||
#[tsify(into_wasm_abi)]
|
#[tsify(into_wasm_abi, from_wasm_abi)]
|
||||||
pub struct Pcd(BTreeMap<String, Value>);
|
pub struct Pcd(BTreeMap<String, Value>);
|
||||||
|
|
||||||
impl IntoIterator for Pcd {
|
impl IntoIterator for Pcd {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user