[−][src]Trait arrow::datatypes::ToByteSlice
Allows conversion from supported Arrow types to a byte slice.
Required methods
fn to_byte_slice(&self) -> &[u8]
Converts this instance into a byte slice
Implementations on Foreign Types
impl<T: ArrowNativeType> ToByteSlice for [T][src]
impl<T: ArrowNativeType> ToByteSlice for [T]fn to_byte_slice(&self) -> &[u8][src]
fn to_byte_slice(&self) -> &[u8]Implementors
impl<T: ArrowNativeType> ToByteSlice for T[src]
impl<T: ArrowNativeType> ToByteSlice for Tfn to_byte_slice(&self) -> &[u8][src]
fn to_byte_slice(&self) -> &[u8]