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