1 2 3#[macro_export] 4macro_rules! timestamp { 5 ($timestamp:expr) => { 6 TimestampOptions::Use(Timestamp::from($timestamp)); 7 }; 8}