[−][src]Function heim_runtime::linux::set_sysfs_root
pub fn set_sysfs_root<T: Into<Cow<'static, Path>>>(root: T)
Instantiates the OnceCell holding SYSFS_ROOT in the case that it hasn't already been instantiated.
This can only be set ONCE per binary run.