Function show_notes::e018::takes_a_reference

source ยท
pub fn takes_a_reference<A: AsRef<[u8]>>(a: A)
Expand description

Take it implementing AsRef<[u8]>. Note similarity to takes_a_borrowable.