pub type Uuid = String;Available on non-crate feature
uuid only.Expand description
UUIDを表現する型
uuid featureでuuid::Uuid型になる
Aliased Type§
struct Uuid { /* private fields */ }pub type Uuid = String;uuid only.UUIDを表現する型
uuid featureでuuid::Uuid型になる
struct Uuid { /* private fields */ }