The module loaded and objects inside may only be pickled if module_name was provided.
t_load(path, module_name = NA, include_dirs = NA)
file path to parse, should be a string ending with '.thrift'
the name for parsed module, the default is the basename without extension of `path`
directories to find thrift files while processing the `include` directive, by default: ['.']
Thrift R6 class instance