Type Alias RawContent 

Source
pub type RawContent = Vec<u8>;
Expand description

Raw binary content for BYTEA storage.

Aliased Typeยง

pub struct RawContent { /* private fields */ }