Question from the Rust test

What is the visibility of the temperature field in the following code?

Medium

In the following code, what is the visibility of the temperature field?

pub struct Weather{
   temperature: Vec<i32>
}
Author: W3D TeamStatus: PublishedQuestion passed 123 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!