Function build

Source
pub fn build(
    u: &mut Unstructured<'_>,
    name: &str,
    config: &mut Config,
) -> Result<Option<Box<dyn DiffEngine>>>
Expand description

Returns a function which can be used to build the engine name specified.

None is returned if the named engine does not have support compiled into this crate.