Binary

Type Alias Binary 

pub type Binary = Vec<u8>;
Expand description

The type for properties that take binary data.

Aliased Typeยง

pub struct Binary { /* private fields */ }