Order

Type Alias Order 

Source
pub type Order<'o> = Vec<Cow<'o, str>>;
Expand description

Defines which types to include, and in what order to do so.

Aliased Typeยง

pub struct Order<'o> { /* private fields */ }