grapevine/src/service/rooms/short/data.rs
2022-10-10 14:02:00 +02:00

2 lines
32 B
Rust

pub trait Data: Send + Sync {
}