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

Remove unnecessary pub #497

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Ten0
Copy link
Contributor

@Ten0 Ten0 commented Aug 10, 2022

(non backwards-compatible)

Alternately we could make this return an explicit type so that it's expressable, but I doubt that would actually be necessary for anyone.

pub fn iter(&self) -> impl Iterator<Item = Option<&[u8]>> {

(non backwards-compatible)

Alternately we could make this return an explicit type so that it's
expressable, but I doubt that would actually be necessary for anyone.
https://github.com/scylladb/scylla-rust-driver/blob/db8d52893bdef56977872a09f51fda2fa423168f/scylla-cql/src/frame/value.rs#L189
@wprzytula wprzytula added API-breaking This might introduce incompatible API changes API-stability Part of the effort to stabilize the API labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API-breaking This might introduce incompatible API changes API-stability Part of the effort to stabilize the API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants