I try these examples, build success got error when run aftereffects. - custom_comp_ui - custom_ecw_ui and missing function ```rust impl AdobePluginGlobal for Plugin { fn can_load(host_name: &str, host_version: &str) -> bool { true } ... } ```
I try these examples, build success got error when run aftereffects.
and missing function