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

Datacenter struct not exported. #618

Closed
Lorak-mmk opened this issue Jan 2, 2023 · 2 comments
Closed

Datacenter struct not exported. #618

Lorak-mmk opened this issue Jan 2, 2023 · 2 comments
Assignees
Labels
area/documentation Improvements or additions to documentation
Milestone

Comments

@Lorak-mmk
Copy link
Collaborator

Lorak-mmk commented Jan 2, 2023

Struct Datacenter defined here:

#[derive(Clone, Debug)]
pub struct Datacenter {
pub nodes: Vec<Arc<Node>>,
pub rack_count: usize,
}
is not exported in transport's mod.rs, which makes it's documentation inaccessible (https://docs.rs/scylla/latest/scylla/transport/struct.ClusterData.html - can't click it the return type of get_datacenters_info).

@piodul piodul modified the milestones: 0.8.1, 1.1.0 Mar 24, 2023
@Lorak-mmk Lorak-mmk self-assigned this Nov 15, 2023
@wprzytula wprzytula added the area/documentation Improvements or additions to documentation label Mar 5, 2024
@wprzytula
Copy link
Collaborator

Ref #977

@wprzytula wprzytula self-assigned this Apr 9, 2024
@wprzytula wprzytula modified the milestones: 1.1.0, 1.0.0 Apr 9, 2024
@avelanarius avelanarius modified the milestones: 1.0.0, 0.15.0 Apr 30, 2024
@Lorak-mmk Lorak-mmk removed their assignment Jul 30, 2024
@muzarski
Copy link
Contributor

Closing since #1094 was merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

5 participants