AZ
Size: a a a
AZ
AZ
AZ
AZ
AZ
G
G
G
AZ
G
AZ
struct User<M> { id : M<u32> }AZ
AZ
G
struct Message<UserId = u64, Text = String> {
user_id: UserId,
text: Text,
}G
Message<MySpecificUserId, _>G
p
struct Message<UserId = u64, Text = String> {
user_id: UserId,
text: Text,
}p
p
G