Type Alias fidl_fuchsia_io::Transfer

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

The byte vector type used for read/write operations.

Aliased Type§

struct Transfer { /* private fields */ }