Skip to content
  • Eisha Chen-yen-su's avatar
    Message: Implement PartialOrd trait · 5e11e32b
    Eisha Chen-yen-su authored
    This gives a manual implementation of the PartialOrd trait for Message
    which is a chronological order. We first check that the messages are
    not the same in order to be sure that no time offset could make the
    comparison erroneous, then we simply compare the dates and times of
    the messages.
    5e11e32b