Function ruma::state_res::is_type_and_key[][src]

pub fn is_type_and_key<E>(
    ev: &Arc<E>,
    ev_type: EventType,
    state_key: &str
) -> bool where
    E: Event
This is supported on crate feature state-res only.