misplib/src/v1/schemas/extended_galaxy_cluster.rs

11 lines
116 B
Rust
Raw Normal View History

2023-07-12 00:21:51 +02:00
default_derive!{
pub struct ExtendedGalaxyCluster {
//TODO
}
}
#[test]
fn valid1() {
todo!()
}