5 lines
49 B
Rust
5 lines
49 B
Rust
mod entity;
|
|
|
|
#[derive(Debug)]
|
|
pub struct Schema;
|
mod entity;
|
|
|
|
#[derive(Debug)]
|
|
pub struct Schema;
|