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

Serialize from a Uuid as a [u8; 16]