pub type LoaderResult<T> = Result<T, PluginLoaderError>;Expand description
Plugin loader result type
Aliased Type§
pub enum LoaderResult<T> {
Ok(T),
Err(PluginLoaderError),
}pub type LoaderResult<T> = Result<T, PluginLoaderError>;Plugin loader result type
pub enum LoaderResult<T> {
Ok(T),
Err(PluginLoaderError),
}