Type Alias Action

Source
pub(crate) type Action = Arc<dyn Fn() -> BoxFuture<'static, ()> + Send + Sync>;

Aliased Typeยง

struct Action { /* private fields */ }