pub fn read_file(file: impl AsRef<Path>) -> Result<Vec<u8>, MoshError>
Reads provided file
It may fail if input format is not supported.