pub fn dev_formatter(
conn: &Conn,
color: bool,
) -> impl Display + Send + 'static + use<>Expand description
simple development-mode formatter
composed of
"method url response_time status"
This is the same format as DevFormatter, as a free function.