asListString method

Future<List<String>> asListString()
override

尝试将 List 转换为 Vec

Implementation

Future<List<String>> asListString() =>
    RustLib.instance.api.crateApiPythonPyObjectWrapperAsListString(
      that: this,
    );