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