1 2 3 4
#[extendr] pub fn {{ unregister_fn }}(name: String) -> extendr_api::Result<()> { {{ host_path }}(&name).map_err(|e| extendr_api::Error::Other(format!("{}", e))) }