How to recover the file from an std::io::IntoInnerError?

后端 未结 0 409
暗喜
暗喜 2020-11-21 14:55

Here\'s my code:

    let inner = match buf_writer.into_inner() {
        Ok(inner) => inner,
        Err(error) => error.into_inner().into_inner().unwra         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题