Function format_gid
Source pub fn format_gid(gid: &[u8; 16]) -> String
Expand description
Formats a GID (Global Identifier) into a human-readable string.
§Arguments
gid
- A reference to a 16-byte array representing the GID.
§Returns
A formatted string representation of the GID.