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

Rust Schema type needs ToSchema #845

Open
James-Mart opened this issue Sep 11, 2024 · 1 comment
Open

Rust Schema type needs ToSchema #845

James-Mart opened this issue Sep 11, 2024 · 1 comment
Assignees
Labels
Dev Experience Related to the experience of developers

Comments

@James-Mart
Copy link
Member

In order to wrap Events::setSchema (needed to call it inline from Rust services), the Schema type needs to implement ToSchema.

I took a quick look at this and it seemed to get complicated quickly, as it implies that IndexMap and AnyType also both need to implement ToSchema.

@James-Mart James-Mart added the Dev Experience Related to the experience of developers label Sep 11, 2024
@swatanabe
Copy link
Collaborator

It won't actually be called, so unimplemented!() will work for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Experience Related to the experience of developers
Projects
None yet
Development

No branches or pull requests

2 participants