Function show_notes::e002::borrow
source ยท pub fn borrow(ref_to_circle: &Circle)
Expand description
Demonstrates general borrowing of an immutable reference.
pub fn borrow(ref_to_circle: &Circle)
Demonstrates general borrowing of an immutable reference.