My First Post January 14, 2024 Introduction This is bold text, and this is emphasized text. Visit the Hugo website! rust code snippet start trait Add { fn add(&mut self, a: i32); } rust code snippet end