const BASE_STRUCT: &'static [&'static str];
Expand description

Struct, Enum and Union DepNodes

Note that changing the type of a field does not change the type of the struct or enum, but adding/removing fields or changing a fields name or visibility does.