pub fn numeric_plugin_descriptor_value(
factory: &dyn Factory,
method: Symbol,
kind: &str,
adaptive: bool,
provider: Symbol,
) -> Result<Value>Expand description
Build the numeric-plugin-v1 descriptor table for method, recording its
plugin kind, whether it is adaptive, and the provider domain that
supplies it.