chore(traverse): Improve API ergonomics (#233)
This commit is contained in:
parent
8fa662b4de
commit
c1446ebea5
7 changed files with 164 additions and 38 deletions
|
|
@ -623,7 +623,9 @@ impl<C> minicbor::encode::Encode<C> for Certificate {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Encode, Decode, Debug, PartialEq, Eq, PartialOrd, Ord, Clone)]
|
||||
#[derive(
|
||||
Serialize, Deserialize, Encode, Decode, Debug, PartialEq, Eq, PartialOrd, Ord, Clone, Copy,
|
||||
)]
|
||||
#[cbor(index_only)]
|
||||
pub enum NetworkId {
|
||||
#[n(0)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue