pub fn lookup_table_export<O0: Into<Output>>( table_handle: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for LookupTableExport::new().build(table_handle, scope).
LookupTableExport::new().build(table_handle, scope)