Skip to main content

get_paths

Function get_paths 

Source
pub fn get_paths() -> &'static Paths
Expand description

Global paths instance (lazy initialization).

Returns a static reference to the Paths instance, which is created once on first access using OnceLock.