hasActions

@safe
template hasActions () if (
isCallable!T
) {
@safe
enum hasActions;
}

Return Value

true if the alias T is an Action