pub type Data = Vec<(String, String)>;
Defines the data structure of Translate documents.
pub struct Data { /* private fields */ }