Skip to main content

register_differentiator

Function register_differentiator 

Source
pub fn register_differentiator(plugin: Arc<dyn Differentiator>) -> Result<()>
Expand description

Registers a differentiator backend in the global numeric registry.

ยงErrors

Returns an error if the global registry lock is poisoned.