Function kcheck_utils::file_contents_as_bytes
source · pub fn file_contents_as_bytes<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>Expand description
Parse file contents into a vector of bytes.
pub fn file_contents_as_bytes<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>Parse file contents into a vector of bytes.