Function load

Source
pub async fn load(path: &str) -> Result<Vec<u8>, LoadingBytesError>
Expand description

Load the file at the given url fragment or path and return it as a vector of bytes, if possible.