[][src]Function lilv_sys::lilv_plugin_has_feature

pub unsafe extern "C" fn lilv_plugin_has_feature(
    plugin: *const LilvPlugin,
    feature: *const LilvNode
) -> bool

Return whether a feature is supported by a plugin. This will return true if the feature is an optional or required feature of the plugin.