traq_bot_http::payloads::types

Type Alias Uuid

Source
pub type Uuid = String;
Available on non-crate feature uuid only.
Expand description

UUIDを表現する型

uuid featureでuuid::Uuid型になる

Aliased Type§

struct Uuid { /* private fields */ }