feat(traverse): Integrate address library (#149)
This commit is contained in:
parent
a26773a94c
commit
9e22c842cd
5 changed files with 42 additions and 22 deletions
|
|
@ -186,7 +186,7 @@ where
|
|||
/// transform key-value structures into an orderer vec of `properties`, where
|
||||
/// each entry represents a a cbor-encodable variant of an attribute of the
|
||||
/// struct.
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
#[derive(Debug, PartialEq, Clone, PartialOrd)]
|
||||
pub struct OrderPreservingProperties<P>(Vec<P>);
|
||||
|
||||
impl<P> Deref for OrderPreservingProperties<P> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue