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