Skip to main content

write_cgroup_file_str

Function write_cgroup_file_str 

Source
pub fn write_cgroup_file_str<P: AsRef<Path>>(
    path: P,
    data: &str,
) -> Result<(), WrappedIoError>