Type Alias testool::statetest::parse::Label

source ·
type Label = String;

Aliased Type§

struct Label {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>