---
source: varnish-macros/src/tests.rs
---
VmodInfo {
params: VmodParams {
docs: None,
},
ident: "refcell_task_map",
docs: "",
funcs: [
FuncInfo {
func_type: Function,
ident: "with_map",
vcl_name: None,
docs: "",
has_optional_args: false,
args: [
ParamTypeInfo {
ident: "tsk",
docs: "",
ty: SharedPerTaskRefCell,
},
],
output_ty: Default,
out_result: false,
restrict: [],
},
],
objects: [],
shared_types: SharedTypes {
shared_per_task_ty: Some(
"RefCell < Option < HashMap < String , String > > >",
),
shared_per_vcl_ty: None,
},
}