libmatrix-client/src/api/rooms.rs

4 lines
59 B
Rust

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