This website requires JavaScript.
Explore
Help
Sign In
studio
/
tuwunel
Watch
2
Star
0
Fork
0
You've already forked tuwunel
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
785ddfc4aae1ccd5e8ef8b796bb634b876e14cf8
tuwunel
/
src
/
service
/
rooms
/
metadata
/
data.rs
6 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
fix: some compile time errors Only 174 errors left!
2022-09-06 23:15:09 +02:00
use
ruma
::
RoomId
;
Work on rooms/state, database, alias, directory, edus services, event_handler, lazy_loading, metadata, outlier, and pdu_metadata
2022-06-25 16:12:23 +02:00
pub
trait
Data
{
fn
exists
(
&
self
,
room_id
:
&
RoomId
)
->
Result
<
bool
>
;
}
Reference in New Issue
Copy Permalink