···163 }
164165 /// Get as string if this is a String variant
166- pub fn as_str_mut(&'s mut self) -> Option<&'s mut AtprotoStr> {
167 if let Data::String(s) = self {
168 Some(s)
169 } else {
···163 }
164165 /// Get as string if this is a String variant
166+ pub fn as_str_mut(&'s mut self) -> Option<&'s mut AtprotoStr<'s>> {
167 if let Data::String(s) = self {
168 Some(s)
169 } else {