Creator<TDataType> typedef

Creator<TDataType> = void Function(BackendArgument<TDataType> argument)

Implementation

typedef Creator<TDataType> = void Function(BackendArgument<TDataType> argument);