1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-06 17:40:59 +00:00
conduit/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
}