macro_rules! to_owned {
    ($($es:ident),+) => { ... };
}
Expand description

Shorthand for let x = x.to_owned();