Trait blob_uuid::ToBlob [] [src]

pub trait ToBlob {
    fn to_blob(&self) -> String;
}

Required Methods

Implementors