Function show_notes::e014::get_a_slice
source ยท pub fn get_a_slice() -> &'static strExpand description
Get a string slice. Note the required lifetime specifier on the type!
String slices are pointers to a given chunk of data.
pub fn get_a_slice() -> &'static strGet a string slice. Note the required lifetime specifier on the type!
String slices are pointers to a given chunk of data.