Function event_subscribe_unknown

Source
pub fn event_subscribe_unknown(
    identifier: impl AsRef<str>,
    callback: RawEventConsumeUnknown,
) -> Revertible<impl Fn() + Send + Sync + Clone + 'static>
Expand description

Subscribes to an event with a raw callback using an unknown payload.

Returns a Revertible to revert the subscribe.