pub fn serialize<S>(
u: &Uuid,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,Expand description
Serialize from a Uuid as a [u8; 16]
pub fn serialize<S>(
u: &Uuid,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,Serialize from a Uuid as a [u8; 16]