Rust Lifetime of returned value should be equal to the struct lifetime

前端 未结 0 868
一个人的身影
一个人的身影 2021-02-15 03:41

Let\'s suppose I have code like this:

struct Struct0 {
   s1: Struct1,
   v: Vec>
}

impl Struct0 {
    fn a(&mut self) {
        self         


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