libmatrix-client/src/api/rooms.rs

4 lines
59 B
Rust
Raw Normal View History

trait RoomApi {
fn send_state_event(room_id: &str, )
}