起步
最近在看《Command Line Rust》。读到第四章,根据书上要求挑战按字节读取文件内容,于是写下 reader.take(num_bytes as u64)
,结果 nvim 不乐意了,提示:the take
method cannot be invoked on a trait object。
最近在看《Command Line Rust》。读到第四章,根据书上要求挑战按字节读取文件内容,于是写下 reader.take(num_bytes as u64)
,结果 nvim 不乐意了,提示:the take
method cannot be invoked on a trait object。