1 2use super::*; 3 4impl Show for aws_smithy_types::DateTime { 5 fn _fmt(&self) -> Box<dyn fmt::Display> { 6 Box::new(self.to_string()) 7 } 8}