Type Definition ha::Func[][src]

type Func<T, U> = Arc<dyn Fn(T) -> U + Send + Sync>;

Standard function type.