A simple wrapper around the vec! macro; all it does is wrap the passed elements inside a
Into::<String>::into so they’re automatically coerced into a String without an explicit
.into() call
Defines a builtin “action”: one author-written function with ergonomic
impl Into<T> arguments and a real body, from which the macro generates
both the wire-level #[remote] entry point and the ergonomic layer.