Since the data of a transmitted file can be binary, we cannot use an Item of type String . We instead use Vec<u8> , which we can contain every possible byte ...
確定! 回上一頁