Skip to main content

StandardPaths

Type Alias StandardPaths 

Source
pub type StandardPaths = StandardPathsIsOwned<true>;
Expand description

wxStandardPaths returns the standard locations in the file system and should be used by applications to find their data files in a portable way.

Aliased Type§

pub struct StandardPaths(/* private fields */);