Type Alias moto::Closure

source ·
pub type Closure = Arc<dyn Fn() + Send + Sync>;

Aliased Type§

struct Closure { /* private fields */ }