1 2 3 4 5
@doc "Clear all {{ trait_name }} plugins from the global registry." @spec {{ func_name }}() :: :ok | :error def {{ func_name }} do {{ native_mod }}.{{ func_name }}() end