Skip to main content

Data

Type Alias Data 

Source
pub type Data = Arc<Vec<u8>>;
Expand description

Arc<Vec<u8>>

Aliased Typeยง

pub struct Data { /* private fields */ }