http
http copied to clipboard
impl Display for Version
CC #777
My use case is this: I write access log, and I need to put version there. Display serves the purpose.
(Debug could work too, but it is not obvious that Debug would print it, and Debug may change to be more consistent with common Debug implementations).