pub trait DateTimeFormat { // Required method fn format_datetime(&self, pattern: &str, script: &Script) -> String; }