6 lines
64 B
Rust
6 lines
64 B
Rust
|
|
||
|
pub struct Message {
|
||
|
pub id: Uuid,
|
||
|
pub type: String,
|
||
|
}
|