Trait blob_uuid::FromBlob [] [src]

pub trait FromBlob {
    fn to_uuid(&self) -> Result<Uuid, ConvertError>;
}

Required Methods

Implementors