mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
3 lines
75 B
Rust
3 lines
75 B
Rust
pub trait Data {
|
|
fn exists(&self, room_id: &RoomId) -> Result<bool>;
|
|
}
|