Data

Type Alias Data 

Source
pub type Data = Vec<(String, String)>;
Expand description

Defines the data structure of Translate documents.

Aliased Typeยง

pub struct Data { /* private fields */ }