Type Alias Type

Source
pub type Type = Vec<Vec<String>>;
Expand description

Type alias for a vector of vectors, where each inner vector contains the components of a file path.

Aliased Type§

pub struct Type { /* private fields */ }