pub fn takes_a_borrowable<B: Borrow<[u8]>>(b: B) -> Result<(), ()>
Expand description

Take it implementing Borrow<[u8]>.