pub struct Gid(_);Expand description
Group identifier
Newtype pattern around gid_t (which is just alias). It prevents bugs caused by accidentally
passing wrong value.
pub struct Gid(_);Group identifier
Newtype pattern around gid_t (which is just alias). It prevents bugs caused by accidentally
passing wrong value.