Type Definition turbosql::Blob[][src]

type Blob = Vec<u8>;

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