Type Alias turbosql::Blob

source ·
pub type Blob = Vec<u8>;
Expand description

Wrapper for Vec<u8> that may one day impl Read, Write and Seek traits.

Aliased Type§

struct Blob { /* private fields */ }