Searched refs:expand_rust_function_shim (Results 1 – 2 of 2) sorted by relevance
86 Api::RustFunction(efn) => hidden.extend(expand_rust_function_shim(efn, types)), in expand()930 fn expand_rust_function_shim(efn: &ExternFn, types: &Types) -> TokenStream { in expand_rust_function_shim() function