Implement GetKey for Vec<Xpriv>
This commit is contained in:
parent
7360c3ce9a
commit
8ec3571d80
|
@ -817,6 +817,7 @@ impl GetKey for $set<Xpriv> {
|
|||
}
|
||||
}
|
||||
}}}
|
||||
impl_get_key_for_set!(Vec);
|
||||
impl_get_key_for_set!(BTreeSet);
|
||||
#[cfg(feature = "std")]
|
||||
impl_get_key_for_set!(HashSet);
|
||||
|
|
Loading…
Reference in New Issue