conduwuit/src/service/rooms/short/data.rs

3 lines
32 B
Rust
Raw Normal View History

2022-10-05 15:33:57 +02:00
pub trait Data: Send + Sync {
2022-09-07 13:25:51 +02:00
}