Skip to content
New issue

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 shall implement Display #64

Closed
elfenpiff opened this issue Dec 30, 2023 · 0 comments · Fixed by #65
Closed

MessagingPattern shall implement Display #64

elfenpiff opened this issue Dec 30, 2023 · 0 comments · Fixed by #65
Assignees
Labels
enhancement New feature or request

Comments

@elfenpiff
Copy link
Contributor

(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:

println!("my service type {}", service.messaging_pattern());
@elfenpiff elfenpiff added the enhancement New feature or request label Dec 30, 2023
@elfenpiff elfenpiff self-assigned this Dec 30, 2023
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Dec 30, 2023
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Jan 2, 2024
elfenpiff added a commit to elfenpiff/iceoryx2 that referenced this issue Jan 2, 2024
elfenpiff added a commit that referenced this issue Jan 2, 2024
[#64] Implement Display for MessagingPattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant