Maybe optional actions (fn action_var(&mut self, var: & Var) -> Option<var>
) can be take argument by value if you roundtrip it back?
fn action_var(&mut self, var: Var) -> Var</var>
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Maybe optional actions (fn action_var(&mut self, var: & Var) -> Option<var>
) can be take argument by value if you roundtrip it back?
fn action_var(&mut self, var: Var) -> Var</var>