Function file_owner::set_group[][src]

pub fn set_group<E: Into<FileOwnerError>>(
    path: impl AsRef<Path>,
    group: impl TryInto<Group, Error = E>
) -> Result<(), FileOwnerError>

Sets group to file at the given path.