Trait arrow::datatypes::ToByteSlice[][src]

pub trait ToByteSlice {
    fn to_byte_slice(&self) -> &[u8];
}
Expand description

Allows conversion from supported Arrow types to a byte slice.

Required methods

Converts this instance into a byte slice

Implementations on Foreign Types

Implementors