[][src]Trait kpal_plugin::PluginError

pub trait PluginError: Error {
    fn error_code(&self) -> c_int;
}

The set of functions that must be implemented by a plugin library's main error type.

Required methods

fn error_code(&self) -> c_int

Returns the error code of the instance.

Loading content...

Implementors

Loading content...