mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-28 10:14:22 +02:00
3 lines
75 B
Rust
3 lines
75 B
Rust
pub trait Data {
|
|
fn exists(&self, room_id: &RoomId) -> Result<bool>;
|
|
}
|