pub trait IconEnginePluginCreateArgs<'largs> {
    fn exec(self, original_self: &'largs mut IconEnginePlugin) -> *mut IconEngine;
}
Expand description

This trait represents a set of arguments accepted by IconEnginePlugin::create method.

Required Methods§

Implementations on Foreign Types§

Implementors§