This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use crate::Optional::FULL; | |
use chrono::{DateTime, Utc}; | |
use std::fmt::Debug; | |
use std::marker::PhantomData; | |
mod bank_account; | |
const papa: u32 = 200; | |
#[derive(Debug)] | |
struct Person { |