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

TableMeta should implement Display #22

Closed
rustyrazorblade opened this issue Jun 10, 2016 · 2 comments
Closed

TableMeta should implement Display #22

rustyrazorblade opened this issue Jun 10, 2016 · 2 comments

Comments

@rustyrazorblade
Copy link
Collaborator

: the trait bound cassandra::TableMeta: std::fmt::Display is not satisfied [E0277]
src/main.rssrc/main.rs:188 :188 println!("Schema: {}", schema);

@cramertj
Copy link

The larger issue here is that all user-visible types should implement Debug.

@tupshin
Copy link
Owner

tupshin commented Dec 4, 2016

all public structs now implement Debug. I just added derive wherever it was missing. Custom Debug implementations for types that could benefit from it would be welcome

@tupshin tupshin closed this as completed Dec 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants