logo
pub fn serialize<S>(u: &Uuid, serializer: S) -> Result<S::Ok, S::Error> where
    S: Serializer
Expand description

Serializer for a Uuid into a [u8; 16]