load_file

Function load_file 

Source
pub async fn load_file<P: AsRef<Path>>(
    path: P,
) -> Result<Vec<u8>, FileLoadError>