pub async fn build_extensions_inherit(
exts: Vec<Extension>,
extensions: Extensions,
host: &Host,
custom_exts: &CustomExtensions,
cfg_dir: &Path,
) -> Result<Extensions, String>Expand description
Same as build_extensions, but building on top extensions.