Type Alias traq_bot_http::payloads::types::Uuid

source ·
pub type Uuid = String;
Expand description

UUIDを表現する型

uuid featureでuuid::Uuid型になる

Aliased Type§

struct Uuid { /* private fields */ }