t / t4018 / rust-structon commit l10n: sv.po: Update Swedish translation (4676t0f0u) (2613f06)
   1#[derive(Debug)]
   2pub(super) struct RIGHT<'a> {
   3    name: &'a str,
   4    age: ChangeMe,
   5}