We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
There's some type defined with the type alias, for example, https://github.com/lumeohq/onvif-rs/blob/main/schema/src/media2.rs#L425 is not working correctly because it serialized to the existing type name.
The text was updated successfully, but these errors were encountered:
Do you mind elaborating more on the issue? The link you have pasted gives a 404 error.
Sorry, something went wrong.
The link broken after schema implementation had moved to separate crates. You could refer to
onvif-rs/wsdl_rs/media2/src/lib.rs
Line 80 in 0b5e7e9
The problem is aliased type name will be the origin type name after serialized.
No branches or pull requests
Hello,
There's some type defined with the type alias, for example, https://github.com/lumeohq/onvif-rs/blob/main/schema/src/media2.rs#L425 is not working correctly because it serialized to the existing type name.
The text was updated successfully, but these errors were encountered: