mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-12 10:18:57 -05:00
4 lines
75 B
Rust
4 lines
75 B
Rust
|
|
pub trait Data {
|
||
|
|
fn exists(&self, room_id: &RoomId) -> Result<bool>;
|
||
|
|
}
|