Lifetimes in WASM Bindgen Rust

后端 未结 0 792

Given the following structs:


struct TraitB {
    c: &\'a TraitC
}

struct TraitC {
    // ... some content
}


#[wasm_bindgen]
pub struct TraitA {
    
          


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