Function file_owner::owner_group[][src]

pub fn owner_group(
    path: impl AsRef<Path>
) -> Result<(Owner, Group), FileOwnerError>

Gets owner and group of a file at the given path.