Function subscribe_message_in

Source
pub fn subscribe_message_in(
    handler: Box<dyn Fn(EventContext, VerifyInfo) -> bool + Send + Sync>,
)