Type Alias async_event_emitter::AsyncCB

source ·
pub type AsyncCB = dyn Fn(Vec<u8>) -> BoxFuture<'static, ()> + Send + Sync + 'static;