18
JS96
8y

Seems legit... -.-

Comments
  • 1
    I had a problem in Rust when I gave a function a time::Duration but it expected a std::time::Duration.

    Turns out the standard library has its own time module with a struct called Duration, which is different from the Duration struct from the time crate...
  • 4
    @vurpo In this case there are "Windows.Web.Http.HttpResponseMessage" and "System.Net.Http.HttpResponseMessage" :P
Add Comment