Skip to content
  • Seungha Yang's avatar
    threadshare/socket: Fix build error on Windows · 5cba2b00
    Seungha Yang authored
    error[E0412]: cannot find type `Error` in this scope
       --> generic\threadshare\src\socket.rs:237:56
        |
    237 |     pub fn set_tos(&self, qos_dscp: i32) -> Result<(), Error> {
        |                                                        ^^^^^ not found in this scope
    5cba2b00