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

pub trait ToByteSlice {
    fn to_byte_slice(&self) -> &[u8]

Notable traits for &'_ mut [u8]

impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
; }
Expand description

Allows conversion from supported Arrow types to a byte slice.

Required methods

fn to_byte_slice(&self) -> &[u8]

Notable traits for &'_ mut [u8]

impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
[src]

Converts this instance into a byte slice

Implementations on Foreign Types

impl<T: ArrowNativeType> ToByteSlice for [T][src]

fn to_byte_slice(&self) -> &[u8]

Notable traits for &'_ mut [u8]

impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
[src]

Implementors

impl<T: ArrowNativeType> ToByteSlice for T[src]

fn to_byte_slice(&self) -> &[u8]

Notable traits for &'_ mut [u8]

impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
[src]