Function lebe::io::bytes::write_slice

source ยท
pub unsafe fn write_slice<T>(write: &mut impl Write, value: &[T]) -> Result<()>
Expand description

View this slice as a mutable slice of bytes and write it.