Function uuid::adapter::compact::serialize [−][src]
pub fn serialize<S: Serializer>(
u: &Uuid,
serializer: S
) -> Result<S::Ok, S::Error>
Expand description
Serializer for a Uuid
into a [u8; 16]
pub fn serialize<S: Serializer>(
u: &Uuid,
serializer: S
) -> Result<S::Ok, S::Error>
Serializer for a Uuid
into a [u8; 16]