[−][src]Function show_notes::e014::get_a_slice
pub fn get_a_slice() -> &'static str
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 str
Get a string slice. Note the required lifetime specifier on the type!
String slices are pointers to a given chunk of data.