Skip to main content

unload

Function unload 

Source
pub fn unload(name: &str) -> Result<(), String>
Expand description

Unload a plugin by name: purge its command registrations FIRST (so no live function pointer survives), then drop the Library (dlclose).