wrap the result of render_with_location in an option

This commit is contained in:
Evan Almloff 2024-01-31 12:24:36 -06:00
parent 913ed0cfe3
commit af75fb855f

View file

@ -85,7 +85,9 @@ impl CallBody {
};
quote! {
#body
Some({
#body
})
}
}
}