Skip to main content

load_all_plugins_cache_only

Function load_all_plugins_cache_only 

Source
pub async fn load_all_plugins_cache_only() -> Result<PluginLoadResult, Box<dyn Error + Send + Sync>>
Expand description

Load all plugins from cache only (strictly no network).

Same as load_all_plugins but guaranteed never to hit the network.