• @_Vi
    link
    1
    edit-2
    7 months ago

    Maybe optional actions (fn action_var(&amp;mut self, var: &amp; Var) -> Option<var>) can be take argument by value if you roundtrip it back?

    fn action_var(&amp;mut self, var: Var) -> Var</var>