Function ruma_state_res::is_power_event_id[][src]

pub fn is_power_event_id<E, F>(event_id: &EventId, fetch: F) -> bool where
    E: Event,
    F: Fn(&EventId) -> Option<Arc<E>>,