Bytea

Type Alias Bytea 

Source
pub type Bytea = Binary;
Expand description

Alias for Binary, to ensure diesel print-schema works

Aliased Typeยง

pub struct Bytea;