caretta-sync/id/src/triple.rs

7 lines
98 B
Rust
Raw Normal View History

2025-09-13 08:39:06 +09:00
use crate::{Error, SingleId};
pub struct TripleId {
inner: (SingleId, SingleId, SingleId)
}