Type Alias Library::Struct::Binary::Command::Entry::Type

source ·
pub type Type = Vec<Vec<String>>;
Expand description

Defines a type alias for a vector of vectors of strings.

Aliased Type§

struct Type { /* private fields */ }