11 lines
116 B
Rust
11 lines
116 B
Rust
|
|
||
|
default_derive!{
|
||
|
pub struct ExtendedGalaxyCluster {
|
||
|
//TODO
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#[test]
|
||
|
fn valid1() {
|
||
|
todo!()
|
||
|
}
|