1 2//! Returns the cached static application root path. 3 4pub fn Fn() -> Option<String> { super::ROOT.get().cloned() }