fix for serde
Some checks failed
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2023-12-01 14:22:35 +01:00
parent 56113ffbcb
commit e422f4f969
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -13,6 +13,7 @@ use super::{
use serde::{Deserialize, Serialize};
#[derive(Debug, PartialEq, Eq, Clone)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub enum SegmentRequests<'a> {
U32Pairs(&'a [(u32, u32)]),
U64Pairs(&'a [(u64, u64)]),