yossyX

Results 3 comments of yossyX

@rcoh Thank you for the prompt response. I have provided detailed output below. The contents of "_private" have been masked. ` ServiceError(ServiceError { source: Unhandled(Unhandled { source: XmlDecodeError { kind:...

Hello! @just-boris Thank you for the detailed explanation. I didn't quite understand the rules of the issues before, but since this concerns different components, it does seem like having different...

In the meantime, the following code can be used to address this issue. ``` rust struct Data { #[serde(with = "arc_bytes")] pub val: std::sync::Arc, #[serde(with = "option_arc_bytes")] pub val2: Option,...