Skip to main content

Meta

Type Alias Meta 

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

What you want to remember about something you stored, in the order you say it. Text and not a closed type because the vocabulary is the caller’s; what this crate does with it is write it down and hand it back.

Aliased Type§

pub struct Meta { /* private fields */ }