This website requires JavaScript.
Explore
Help
Sign in
fluo10
/
caretta-sync
Watch
1
Star
0
Fork
You've already forked caretta-sync
0
Code
Issues
10
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6fb909cd07
caretta-sync
/
id
/
src
/
triple.rs
7 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement DoubleId
2025-09-13 08:39:06 +09:00
use
crate
::
{
Error
,
SingleId
}
;
pub
struct
TripleId
{
inner
:
(
SingleId
,
SingleId
,
SingleId
)
}
Reference in a new issue
Copy permalink