type PostId = String;

Aliased Type§

struct PostId {
    vec: Vec<u8>,
}

Fields§

§vec: Vec<u8>