[][src]Function gestalt::load_raw

pub fn load_raw(
    location: Location,
    appname: &str,
    profile: &str
) -> Result<Vec<u8>, SaveError>

Load some raw bytes from the given profile

Different platforms may have different save locations: on the Web, data is saved in local storage, on the desktop, it is stored in some appropriate home-directory folder.