Skip to main content

unregister

Function unregister 

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

Unregister by name. Returns Err if the name isn’t registered. Existing Value::Actor handles held by callers continue to work; the actor cell is reclaimed when the last handle drops.