Implement GetKey for Vec<Xpriv>

This commit is contained in:
Nadav Ivgi 2024-06-10 19:47:08 +03:00
parent 7360c3ce9a
commit 8ec3571d80
No known key found for this signature in database
GPG Key ID: 81F6104CD0F150FC
1 changed files with 1 additions and 0 deletions

View File

@ -817,6 +817,7 @@ impl GetKey for $set<Xpriv> {
} }
} }
}}} }}}
impl_get_key_for_set!(Vec);
impl_get_key_for_set!(BTreeSet); impl_get_key_for_set!(BTreeSet);
#[cfg(feature = "std")] #[cfg(feature = "std")]
impl_get_key_for_set!(HashSet); impl_get_key_for_set!(HashSet);