Macro ambient_api::prelude::to_owned
source · macro_rules! to_owned { ($($es:ident),+) => { ... }; }
Expand description
Shorthand for let x = x.to_owned();
macro_rules! to_owned { ($($es:ident),+) => { ... }; }
Shorthand for let x = x.to_owned();