pub type OnMuteHdlrFn = Box<dyn FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + Sync + 'static>;

Aliased Type§

struct OnMuteHdlrFn(/* private fields */);