pub fn ref_to_bytes<T: Castable>(data: &T) -> Result<&[u8], Error>
Expand description

Convert the given reference of type T to a u8 slice.