type I18nId = String;

Aliased Type§

struct I18nId {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>