StringList

Type Alias StringList 

Source
pub type StringList = LinkedList<String>;
Expand description

List of strings.

This is a simple linked list of strings, used in various places.

Aliased Typeยง

pub struct StringList { /* private fields */ }