Type Definition parquet::memory::ByteBufferPtr[][src]

type ByteBufferPtr = BufferPtr<u8>;

Type alias for BufferPtr.

Trait Implementations

impl From<ByteBufferPtr> for ByteArray
[src]

Performs the conversion.