6 lines
76 B
Rust
6 lines
76 B
Rust
|
//! an Object Module for defining Objects
|
||
|
|
||
|
use crate::model::Model;
|
||
|
|
||
|
struct
|