derive from_wasm_abi for Pcd
This commit is contained in:
parent
f69fc1587e
commit
a85551773b
@ -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