Skip to main content

room_meta_future

Function room_meta_future 

Source
fn room_meta_future<'a>(
    services: &'a Services,
    sender_user: &'a UserId,
    room_id: &'a RoomId,
) -> impl Future<Output = (Option<DisplayName>, Option<OwnedMxcUri>, Option<bool>)> + Send + 'a