rustix
0.38.40
In rustix::ugid
Function
rustix
::
ugid
::
translate_fchown_args
Copy item path
source
ยท
[
−
]
pub(crate) fn translate_fchown_args( owner:
Option
<
Uid
>, group:
Option
<
Gid
>, ) -> (
RawUid
,
RawGid
)