| ... | ... | @@ -137,10 +137,10 @@ pub fn Writable(T: type, this_kind: enum { _var, _const, _bare }) type { |
| 137 | 137 | ._bare => T, |
| 138 | 138 | }; |
| 139 | 139 | |
| 140 | | // pub fn write(self: Self, bytes: []const u8) Error!usize { |
| 140 | // pub fn write(self: Self, bytes: []const u8) WriteError!usize { |
| 141 | 141 | // } |
| 142 | 142 | |
| 143 | | // pub fn writev(self: Self, iovec: []const sys.struct_iovec) Error!usize { |
| 143 | // pub fn writev(self: Self, iovec: []const sys.struct_iovec) WriteError!usize { |
| 144 | 144 | // } |
| 145 | 145 | |
| 146 | 146 | pub fn writeAll(self: Self, bytes: []const u8) Error!void { |