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
MessagingPattern
Display
If the user wants to print out the messaging pattern of the current service only the long debug output is available.
This shall work:
println!("my service type {}", service.messaging_pattern());
The text was updated successfully, but these errors were encountered:
[eclipse-iceoryx#64] Implement Display for MessagingPattern
bfe479e
[eclipse-iceoryx#64] Fix spuriously failing windows test by using a l…
9b99564
…ower port
a2b9d92
Merge pull request #65 from elfenpiff/iox2-64-api-qol
c3622ca
[#64] Implement Display for MessagingPattern
elfenpiff
Successfully merging a pull request may close this issue.
(Code) Example Of Cumbersome API
If the user wants to print out the messaging pattern of the current service only the long debug output is available.
Improvement Suggestion
This shall work:
The text was updated successfully, but these errors were encountered: