Function show_notes::e014::get_a_slice

source ·
pub fn get_a_slice() -> &'static str
Expand description

Get a string slice. Note the required lifetime specifier on the type!

String slices are pointers to a given chunk of data.