Fixed more compile time errors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use ruma::RoomId;
|
||||
use crate::Result;
|
||||
|
||||
pub trait Data {
|
||||
fn exists(&self, room_id: &RoomId) -> Result<bool>;
|
||||
|
||||
Reference in New Issue
Block a user