quick-xml's BytesStart::name() returns a borrowed QName; calling .as_ref() on it produced a &[u8] that outlived the QName by one expression — borrowck E0716. Hoist the QName to a local so it lives the full match arm. |
||
|---|---|---|
| .. | ||
| channel.rs | ||
| error.rs | ||
| feed.rs | ||
| lib.rs | ||
| runtime.rs | ||
| search.rs | ||
| stream.rs | ||
| uniffi-bindgen.rs | ||