pub type Transfer = Vec<u8>;
The byte vector type used for read/write operations.
struct Transfer { /* private fields */ }