// Libraries // Structures pub struct Transaction { pub description: String, pub date: String, pub amount: f64, } // Implementations